#FCA3AA

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

Shades of Illusion #FCA3AA

Tints of Illusion #FCA3AA

Color information

#FCA3AA (or 0xFCA3AA) is unknown color: approx Illusion. HEX triplet: FC, A3 and AA. RGB value is (252,163,170). Sum of RGB (Red+Green+Blue) = 252+163+170=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA3AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA3AA is #035C55. Grayscale: #BEBEBE. Windows color (decimal): -220246 or 11183100. OLE color: 11183100.

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

Color convert

RGB252163170-
CMYK00.350.330.01
HSL355.28º93.68%81.37%-
HSV(B)355.28º35.32%98.82%-
XYZ60.549.7944.45-
YUV190.41116.49171.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 163 (64.06% from 255) = 27.86%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=43.08%
G=27.86%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216317000.350.330.01355.2893.6881.37
HexFCA3AA0232111635e51
Octal374243252043411543136121
Binary1111110010100011101010100100011100001110110001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA3AA; }

 p { color: rgb(252,163,170); }

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

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

 a { background-color: rgb(252,163,170); }

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

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

 span { border-color: rgb(252,163,170); }

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