#FF9BB6

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

Shades of Illusion #FF9BB6

Tints of Illusion #FF9BB6

Color information

#FF9BB6 (or 0xFF9BB6) is unknown color: approx Illusion. HEX triplet: FF, 9B and B6. RGB value is (255,155,182). Sum of RGB (Red+Green+Blue) = 255+155+182=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 182 (71.48% from 255 or 30.74% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BB6 is #006449. Grayscale: #BBBBBB. Windows color (decimal): -25674 or 11967487. OLE color: 11967487.

HSL color Cylindrical-coordinate representation of color #FF9BB6: hue angle of 343.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BB6 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255155182-
CMYK00.390.290
HSL343.8º100%80.39%-
HSV(B)343.8º39.22%100%-
XYZ61.448.0850.3-
YUV187.98124.63175.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 182 (71.48% from 255) = 30.74%
R=43.07%
G=26.18%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515518200.390.290343.810080.39
HexFF9BB60271D01586450
Octal377233266047350530144120
Binary111111111001101110110110010011111101010101100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BB6; }

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

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

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

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

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

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

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

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