#FCA5AF

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

Shades of Illusion #FCA5AF

Tints of Illusion #FCA5AF

Color information

#FCA5AF (or 0xFCA5AF) is unknown color: approx Illusion. HEX triplet: FC, A5 and AF. RGB value is (252,165,175). Sum of RGB (Red+Green+Blue) = 252+165+175=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA5AF is #035A50. Grayscale: #C0C0C0. Windows color (decimal): -219729 or 11511292. OLE color: 11511292.

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

Color convert

RGB252165175-
CMYK00.350.310.01
HSL353.1º93.55%81.76%-
HSV(B)353.1º34.52%98.82%-
XYZ61.3450.747.11-
YUV192.15118.32170.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.57%
GREEN value IS 165 (64.84% from 255) = 27.87%
BLUE value IS 175 (68.75% from 255) = 29.56%
R=42.57%
G=27.87%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216517500.350.310.01353.193.5581.76
HexFCA5AF0231F11615e52
Octal374245257043371541136122
Binary111111001010010110101111010001111111110110000110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA5AF; }

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

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

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

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

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

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

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

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