#FC94AF

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

Shades of Illusion #FC94AF

Tints of Illusion #FC94AF

Color information

#FC94AF (or 0xFC94AF) is unknown color: approx Illusion. HEX triplet: FC, 94 and AF. RGB value is (252,148,175). Sum of RGB (Red+Green+Blue) = 252+148+175=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94AF is #036B50. Grayscale: #B6B6B6. Windows color (decimal): -224081 or 11506940. OLE color: 11506940.

HSL color Cylindrical-coordinate representation of color #FC94AF: hue angle of 344.42º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94AF is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252148175-
CMYK00.410.310.01
HSL344.42º94.55%78.43%-
HSV(B)344.42º41.27%98.82%-
XYZ58.4744.9746.16-
YUV182.17123.96177.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=43.83%
G=25.74%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214817500.410.310.01344.4294.5578.43
HexFC94AF0291F11585f4e
Octal374224257051371530137116
Binary111111001001010010101111010100111111110101100010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94AF; }

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

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

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

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

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

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

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

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