#FCA0AB

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

Shades of Illusion #FCA0AB

Tints of Illusion #FCA0AB

Color information

#FCA0AB (or 0xFCA0AB) is unknown color: approx Illusion. HEX triplet: FC, A0 and AB. RGB value is (252,160,171). Sum of RGB (Red+Green+Blue) = 252+160+171=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0AB is #035F54. Grayscale: #BCBCBC. Windows color (decimal): -221013 or 11247868. OLE color: 11247868.

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

Color convert

RGB252160171-
CMYK00.370.320.01
HSL352.83º93.88%80.78%-
HSV(B)352.83º36.51%98.82%-
XYZ60.0748.7844.78-
YUV188.76117.98173.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 171 (67.19% from 255) = 29.33%
R=43.22%
G=27.44%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216017100.370.320.01352.8393.8880.78
HexFCA0AB0252011615e51
Octal374240253045401541136121
Binary1111110010100000101010110100101100000110110000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0AB; }

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

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

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

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

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

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

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

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