#FCA4AB

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

Shades of Illusion #FCA4AB

Tints of Illusion #FCA4AB

Color information

#FCA4AB (or 0xFCA4AB) is unknown color: approx Illusion. HEX triplet: FC, A4 and AB. RGB value is (252,164,171). Sum of RGB (Red+Green+Blue) = 252+164+171=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA4AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA4AB is #035B54. Grayscale: #BFBFBF. Windows color (decimal): -219989 or 11248892. OLE color: 11248892.

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

Color convert

RGB252164171-
CMYK00.350.320.01
HSL355.23º93.62%81.57%-
HSV(B)355.23º34.92%98.82%-
XYZ60.7750.1945.01-
YUV191.11116.65171.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 164 (64.45% from 255) = 27.94%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=42.93%
G=27.94%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216417100.350.320.01355.2393.6281.57
HexFCA4AB0232011635e52
Octal374244253043401543136122
Binary1111110010100100101010110100011100000110110001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA4AB; }

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

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

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

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

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

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

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

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