#FC9FAD

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

Shades of Illusion #FC9FAD

Tints of Illusion #FC9FAD

Color information

#FC9FAD (or 0xFC9FAD) is unknown color: approx Illusion. HEX triplet: FC, 9F and AD. RGB value is (252,159,173). Sum of RGB (Red+Green+Blue) = 252+159+173=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9FAD is #036052. Grayscale: #BCBCBC. Windows color (decimal): -221267 or 11378684. OLE color: 11378684.

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

Color convert

RGB252159173-
CMYK00.370.310.01
HSL350.97º93.94%80.59%-
HSV(B)350.97º36.9%98.82%-
XYZ60.0948.5145.73-
YUV188.4119.31173.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.15%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 173 (67.97% from 255) = 29.62%
R=43.15%
G=27.23%
B=29.62%

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
Decimal25215917300.370.310.01350.9793.9480.59
HexFC9FAD0251F115f5e51
Octal374237255045371537136121
Binary111111001001111110101101010010111111110101111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9FAD; }

 p { color: rgb(252,159,173); }

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

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

 a { background-color: rgb(252,159,173); }

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

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

 span { border-color: rgb(252,159,173); }

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