#FCA0AF

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

Shades of Illusion #FCA0AF

Tints of Illusion #FCA0AF

Color information

#FCA0AF (or 0xFCA0AF) is unknown color: approx Illusion. HEX triplet: FC, A0 and AF. RGB value is (252,160,175). Sum of RGB (Red+Green+Blue) = 252+160+175=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0AF is #035F50. Grayscale: #BDBDBD. Windows color (decimal): -221009 or 11510012. OLE color: 11510012.

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

Color convert

RGB252160175-
CMYK00.370.310.01
HSL350.22º93.88%80.78%-
HSV(B)350.22º36.51%98.82%-
XYZ60.4548.9346.82-
YUV189.22119.98172.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.93%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=42.93%
G=27.26%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216017500.370.310.01350.2293.8880.78
HexFCA0AF0251F115e5e51
Octal374240257045371536136121
Binary111111001010000010101111010010111111110101111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA0AF; }

 p { color: rgb(252,160,175); }

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

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

 a { background-color: rgb(252,160,175); }

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

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

 span { border-color: rgb(252,160,175); }

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