#FCA2AC

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

Shades of Illusion #FCA2AC

Tints of Illusion #FCA2AC

Color information

#FCA2AC (or 0xFCA2AC) is unknown color: approx Illusion. HEX triplet: FC, A2 and AC. RGB value is (252,162,172). Sum of RGB (Red+Green+Blue) = 252+162+172=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 162 (63.67% from 255 or 27.65% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA2AC is #035D53. Grayscale: #BEBEBE. Windows color (decimal): -220500 or 11313916. OLE color: 11313916.

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

Color convert

RGB252162172-
CMYK00.360.320.01
HSL353.33º93.75%81.18%-
HSV(B)353.33º35.71%98.82%-
XYZ60.5149.5145.4-
YUV190.05117.82172.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.00%
GREEN value IS 162 (63.67% from 255) = 27.65%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=43.00%
G=27.65%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216217200.360.320.01353.3393.7581.18
HexFCA2AC0242011615e51
Octal374242254044401541136121
Binary1111110010100010101011000100100100000110110000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2AC; }

 p { color: rgb(252,162,172); }

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

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

 a { background-color: rgb(252,162,172); }

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

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

 span { border-color: rgb(252,162,172); }

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