#FC8FB7

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

Shades of Illusion #FC8FB7

Tints of Illusion #FC8FB7

Color information

#FC8FB7 (or 0xFC8FB7) is unknown color: approx Illusion. HEX triplet: FC, 8F and B7. RGB value is (252,143,183). Sum of RGB (Red+Green+Blue) = 252+143+183=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC8FB7 is #037048. Grayscale: #B4B4B4. Windows color (decimal): -225353 or 12029948. OLE color: 12029948.

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

Color convert

RGB252143183-
CMYK00.430.270.01
HSL337.98º94.78%77.45%-
HSV(B)337.98º43.25%98.82%-
XYZ58.5143.7650.16-
YUV180.15129.61179.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 143 (56.25% from 255) = 24.74%
BLUE value IS 183 (71.88% from 255) = 31.66%
R=43.60%
G=24.74%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214318300.430.270.01337.9894.7877.45
HexFC8FB702B1B11525f4d
Octal374217267053331522137115
Binary111111001000111110110111010101111011110101001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FB7; }

 p { color: rgb(252,143,183); }

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

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

 a { background-color: rgb(252,143,183); }

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

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

 span { border-color: rgb(252,143,183); }

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