#FCA1AA

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

Shades of Illusion #FCA1AA

Tints of Illusion #FCA1AA

Color information

#FCA1AA (or 0xFCA1AA) is unknown color: approx Illusion. HEX triplet: FC, A1 and AA. RGB value is (252,161,170). Sum of RGB (Red+Green+Blue) = 252+161+170=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 161 (63.28% from 255 or 27.62% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA1AA is #035E55. Grayscale: #BDBDBD. Windows color (decimal): -220758 or 11182588. OLE color: 11182588.

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

Color convert

RGB252161170-
CMYK00.360.330.01
HSL354.07º93.81%80.98%-
HSV(B)354.07º36.11%98.82%-
XYZ60.1549.0944.34-
YUV189.24117.15172.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 161 (63.28% from 255) = 27.62%
BLUE value IS 170 (66.80% from 255) = 29.16%
R=43.22%
G=27.62%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216117000.360.330.01354.0793.8180.98
HexFCA1AA0242111625e51
Octal374241252044411542136121
Binary1111110010100001101010100100100100001110110001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1AA; }

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

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

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

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

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

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

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

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