#FC98AD

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

Shades of Illusion #FC98AD

Tints of Illusion #FC98AD

Color information

#FC98AD (or 0xFC98AD) is unknown color: approx Illusion. HEX triplet: FC, 98 and AD. RGB value is (252,152,173). Sum of RGB (Red+Green+Blue) = 252+152+173=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98AD is #036752. Grayscale: #B8B8B8. Windows color (decimal): -223059 or 11376892. OLE color: 11376892.

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

Color convert

RGB252152173-
CMYK00.400.310.01
HSL347.4º94.34%79.22%-
HSV(B)347.4º39.68%98.82%-
XYZ58.9246.1745.34-
YUV184.29121.63176.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=43.67%
G=26.34%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215217300.400.310.01347.494.3479.22
HexFC98AD0281F115b5e4f
Octal374230255050371533136117
Binary111111001001100010101101010100011111110101101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98AD; }

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

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

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

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

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

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

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

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