#FCA5AC

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

Shades of Illusion #FCA5AC

Tints of Illusion #FCA5AC

Color information

#FCA5AC (or 0xFCA5AC) is unknown color: approx Illusion. HEX triplet: FC, A5 and AC. RGB value is (252,165,172). Sum of RGB (Red+Green+Blue) = 252+165+172=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5AC is #035A53. Grayscale: #BFBFBF. Windows color (decimal): -219732 or 11314684. OLE color: 11314684.

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

Color convert

RGB252165172-
CMYK00.350.320.01
HSL355.17º93.55%81.76%-
HSV(B)355.17º34.52%98.82%-
XYZ61.0550.5845.58-
YUV191.81116.82170.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.78%
GREEN value IS 165 (64.84% from 255) = 28.01%
BLUE value IS 172 (67.58% from 255) = 29.20%
R=42.78%
G=28.01%
B=29.20%

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
Decimal25216517200.350.320.01355.1793.5581.76
HexFCA5AC0232011635e52
Octal374245254043401543136122
Binary1111110010100101101011000100011100000110110001110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5AC; }

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

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

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

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

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

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

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

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