#FCABB5

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

Shades of Light Pink #FCABB5

Tints of Light Pink #FCABB5

Color information

#FCABB5 (or 0xFCABB5) is unknown color: approx Light Pink. HEX triplet: FC, AB and B5. RGB value is (252,171,181). Sum of RGB (Red+Green+Blue) = 252+171+181=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB5 is #03544A. Grayscale: #C4C4C4. Windows color (decimal): -218187 or 11906044. OLE color: 11906044.

HSL color Cylindrical-coordinate representation of color #FCABB5: hue angle of 352.59º 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 #FCABB5 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB252171181-
CMYK00.320.280.01
HSL352.59º93.1%82.94%-
HSV(B)352.59º32.14%98.82%-
XYZ63.0553.1650.65-
YUV196.36119.34167.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 181 (71.09% from 255) = 29.97%
R=41.72%
G=28.31%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217118100.320.280.01352.5993.182.94
HexFCABB50201C11615d53
Octal374253265040341541135123
Binary111111001010101110110101010000011100110110000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABB5; }

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

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

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

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

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

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

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

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