#FC98AE

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

Shades of Illusion #FC98AE

Tints of Illusion #FC98AE

Color information

#FC98AE (or 0xFC98AE) is unknown color: approx Illusion. HEX triplet: FC, 98 and AE. RGB value is (252,152,174). Sum of RGB (Red+Green+Blue) = 252+152+174=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC98AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC98AE is #036751. Grayscale: #B8B8B8. Windows color (decimal): -223058 or 11442428. OLE color: 11442428.

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

Color convert

RGB252152174-
CMYK00.400.310.01
HSL346.8º94.34%79.22%-
HSV(B)346.8º39.68%98.82%-
XYZ59.0146.2145.85-
YUV184.41122.13176.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=43.60%
G=26.30%
B=30.10%

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
Decimal25215217400.400.310.01346.894.3479.22
HexFC98AE0281F115b5e4f
Octal374230256050371533136117
Binary111111001001100010101110010100011111110101101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC98AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC98AE; }

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

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

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

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

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

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

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

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