#FC9CAB

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

Shades of Illusion #FC9CAB

Tints of Illusion #FC9CAB

Color information

#FC9CAB (or 0xFC9CAB) is unknown color: approx Illusion. HEX triplet: FC, 9C and AB. RGB value is (252,156,171). Sum of RGB (Red+Green+Blue) = 252+156+171=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9CAB is #036354. Grayscale: #BABABA. Windows color (decimal): -222037 or 11246844. OLE color: 11246844.

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

Color convert

RGB252156171-
CMYK00.380.320.01
HSL350.62º94.12%80%-
HSV(B)350.62º38.1%98.82%-
XYZ59.3847.4144.55-
YUV186.41119.3174.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.52%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=43.52%
G=26.94%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215617100.380.320.01350.6294.1280
HexFC9CAB02620115f5e50
Octal374234253046401537136120
Binary1111110010011100101010110100110100000110101111110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9CAB; }

 p { color: rgb(252,156,171); }

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

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

 a { background-color: rgb(252,156,171); }

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

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

 span { border-color: rgb(252,156,171); }

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