#FC97AF

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

Shades of Illusion #FC97AF

Tints of Illusion #FC97AF

Color information

#FC97AF (or 0xFC97AF) is unknown color: approx Illusion. HEX triplet: FC, 97 and AF. RGB value is (252,151,175). Sum of RGB (Red+Green+Blue) = 252+151+175=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC97AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC97AF is #036850. Grayscale: #B7B7B7. Windows color (decimal): -223313 or 11507708. OLE color: 11507708.

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

Color convert

RGB252151175-
CMYK00.400.310.01
HSL345.74º94.39%79.02%-
HSV(B)345.74º40.08%98.82%-
XYZ58.9545.9246.31-
YUV183.94122.96176.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 151 (59.38% from 255) = 26.12%
BLUE value IS 175 (68.75% from 255) = 30.28%
R=43.60%
G=26.12%
B=30.28%

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
Decimal25215117500.400.310.01345.7494.3979.02
HexFC97AF0281F115a5e4f
Octal374227257050371532136117
Binary111111001001011110101111010100011111110101101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC97AF; }

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

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

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

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

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

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

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

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