#FB9BB6

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

Shades of Illusion #FB9BB6

Tints of Illusion #FB9BB6

Color information

#FB9BB6 (or 0xFB9BB6) is unknown color: approx Illusion. HEX triplet: FB, 9B and B6. RGB value is (251,155,182). Sum of RGB (Red+Green+Blue) = 251+155+182=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 155 (60.94% from 255 or 26.36% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9BB6 is #046449. Grayscale: #BABABA. Windows color (decimal): -287818 or 11967483. OLE color: 11967483.

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

Color convert

RGB251155182-
CMYK00.380.270.02
HSL343.12º92.31%79.61%-
HSV(B)343.12º38.25%98.43%-
XYZ59.9547.3350.23-
YUV186.78125.3173.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 155 (60.94% from 255) = 26.36%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=42.69%
G=26.36%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115518200.380.270.02343.1292.3179.61
HexFB9BB60261B21575c50
Octal373233266046332527134120
Binary1111101110011011101101100100110110111010101011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9BB6; }

 p { color: rgb(251,155,182); }

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

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

 a { background-color: rgb(251,155,182); }

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

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

 span { border-color: rgb(251,155,182); }

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