#FF9BB9

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

Shades of Illusion #FF9BB9

Tints of Illusion #FF9BB9

Color information

#FF9BB9 (or 0xFF9BB9) is unknown color: approx Illusion. HEX triplet: FF, 9B and B9. RGB value is (255,155,185). Sum of RGB (Red+Green+Blue) = 255+155+185=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BB9 is #006446. Grayscale: #BCBCBC. Windows color (decimal): -25671 or 12164095. OLE color: 12164095.

HSL color Cylindrical-coordinate representation of color #FF9BB9: hue angle of 342º 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 #FF9BB9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255155185-
CMYK00.390.270
HSL342º100%80.39%-
HSV(B)342º39.22%100%-
XYZ61.7248.2151.95-
YUV188.32126.13175.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 185 (72.66% from 255) = 31.09%
R=42.86%
G=26.05%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515518500.390.27034210080.39
HexFF9BB90271B01566450
Octal377233271047330526144120
Binary111111111001101110111001010011111011010101011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BB9; }

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

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

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

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

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

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

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

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