Shades of Illusion #FF96B0
Tints of Illusion #FF96B0
RGB
CMYK
RGB Variations
Color information
#FF96B0 (or 0xFF96B0) is known color: Illusion. HEX triplet: FF, 96 and B0. RGB value is (255,150,176). Sum of RGB (Red+Green+Blue) = 255+150+176=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96B0 is #00694F. Grayscale: #B8B8B8. Windows color (decimal): -26960 or 11572991. OLE color: 11572991.
HSL color Cylindrical-coordinate representation of color #FF96B0: hue angle of 345.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96B0 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 176 | - |
| CMYK | 0 | 0.41 | 0.31 | 0 |
| HSL | 345.14º | 1% | 0.79% | - |
| HSV(B) | 345.14º | 0.41% | 1% | - |
| XYZ | 59.98 | 46.21 | 46.83 | - |
| YUV | 184.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 176 | 0 | 0.41 | 0.31 | 0 | 345.14 | 1 | 0.79 |
| Hex | FF | 96 | B0 | 0 | 29 | 1F | 0 | 159 | 64 | 4F |
| Octal | 377 | 226 | 260 | 0 | 51 | 37 | 0 | 531 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10110000 | 0 | 101001 | 11111 | 0 | 101011001 | 1100100 | 1001111 |
Color Harmonies of #FF96B0
Complementary color
Monochromatic Colors of #FF96B0
Black with #FF96B0
Text Example
Text Example
White with #FF96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96B0; }
p { color: rgb(255,150,176); }
H1.HeaderClassName
{
color: #FF96B0;
}
.AnyTagClassName
{
color: #FF96B0;
}
</style>
background-color css
<style>
a { background-color: #FF96B0; }
a { background-color: rgb(255,150,176); }
div.DivClassName
{
background-color: #FF96B0;
}
.BgClassName
{
background-color: #FF96B0;
}
</style>
border-color css
<style>
span { border-color: #FF96B0; }
span { border-color: rgb(255,150,176); }
td.TdClassName
{
border-color: #FF96B0;
}
.TagClassName
{
border-color: #FF96B0;
}
</style>