#FCABB3

Color #FCABB3 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCABB3

Tints of Light Pink #FCABB3

Color information

#FCABB3 (or 0xFCABB3) is unknown color: approx Light Pink. HEX triplet: FC, AB and B3. RGB value is (252,171,179). Sum of RGB (Red+Green+Blue) = 252+171+179=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB3 is #03544C. Grayscale: #C4C4C4. Windows color (decimal): -218189 or 11774972. OLE color: 11774972.

HSL color Cylindrical-coordinate representation of color #FCABB3: hue angle of 354.07º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABB3 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252171179-
CMYK00.320.290.01
HSL354.07º93.1%82.94%-
HSV(B)354.07º32.14%98.82%-
XYZ62.8453.0849.58-
YUV196.13118.34167.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 41.86%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=41.86%
G=28.41%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217117900.320.290.01354.0793.182.94
HexFCABB30201D11625d53
Octal374253263040351542135123
Binary111111001010101110110011010000011101110110001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABB3; }

 p { color: rgb(252,171,179); }

 H1.HeaderClassName
 {
   color: #FCABB3;
 }
 .AnyTagClassName
 {
   color: #FCABB3;
 }
</style>
background-color css

<style>
 a { background-color: #FCABB3; }

 a { background-color: rgb(252,171,179); }

 div.DivClassName
 {
   background-color: #FCABB3;
 }
 .BgClassName
 {
   background-color: #FCABB3;
 }
</style>
border-color css

<style>
 span { border-color: #FCABB3; }

 span { border-color: rgb(252,171,179); }

 td.TdClassName
 {
   border-color: #FCABB3;
 }
 .TagClassName
 {
   border-color: #FCABB3;
 }
</style>