#FB9FB8

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

Shades of Illusion #FB9FB8

Tints of Illusion #FB9FB8

Color information

#FB9FB8 (or 0xFB9FB8) is unknown color: approx Illusion. HEX triplet: FB, 9F and B8. RGB value is (251,159,184). Sum of RGB (Red+Green+Blue) = 251+159+184=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9FB8 is #046047. Grayscale: #BDBDBD. Windows color (decimal): -286792 or 12099579. OLE color: 12099579.

HSL color Cylindrical-coordinate representation of color #FB9FB8: hue angle of 343.7º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9FB8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251159184-
CMYK00.370.270.02
HSL343.7º92%80.39%-
HSV(B)343.7º36.65%98.43%-
XYZ60.8348.7751.55-
YUV189.36124.98171.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.26%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 184 (72.27% from 255) = 30.98%
R=42.26%
G=26.77%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115918400.370.270.02343.79280.39
HexFB9FB80251B21585c50
Octal373237270045332530134120
Binary1111101110011111101110000100101110111010101100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9FB8; }

 p { color: rgb(251,159,184); }

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

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

 a { background-color: rgb(251,159,184); }

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

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

 span { border-color: rgb(251,159,184); }

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