#FF9BB5

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

Shades of Illusion #FF9BB5

Tints of Illusion #FF9BB5

Color information

#FF9BB5 (or 0xFF9BB5) is unknown color: approx Illusion. HEX triplet: FF, 9B and B5. RGB value is (255,155,181). Sum of RGB (Red+Green+Blue) = 255+155+181=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9BB5 is #00644A. Grayscale: #BBBBBB. Windows color (decimal): -25675 or 11901951. OLE color: 11901951.

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

Color convert

RGB255155181-
CMYK00.390.290
HSL344.4º100%80.39%-
HSV(B)344.4º39.22%100%-
XYZ61.348.0449.76-
YUV187.86124.13175.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 181 (71.09% from 255) = 30.63%
R=43.15%
G=26.23%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515518100.390.290344.410080.39
HexFF9BB50271D01586450
Octal377233265047350530144120
Binary111111111001101110110101010011111101010101100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BB5; }

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

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

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

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

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

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

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

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