Shades of Illusion #FF96B5
Tints of Illusion #FF96B5
RGB
CMYK
RGB Variations
Color information
#FF96B5 (or 0xFF96B5) is known color: Illusion. HEX triplet: FF, 96 and B5. RGB value is (255,150,181). Sum of RGB (Red+Green+Blue) = 255+150+181=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B5 is #00694A. Grayscale: #B8B8B8. Windows color (decimal): -26955 or 11900671. OLE color: 11900671.
HSL color Cylindrical-coordinate representation of color #FF96B5: hue angle of 342.29º 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 #FF96B5 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 181 | - |
| CMYK | 0 | 0.41 | 0.29 | 0 |
| HSL | 342.29º | 1% | 0.79% | - |
| HSV(B) | 342.29º | 0.41% | 1% | - |
| XYZ | 60.49 | 46.41 | 49.49 | - |
| YUV | 184.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 181 | 0 | 0.41 | 0.29 | 0 | 342.29 | 1 | 0.79 |
| Hex | FF | 96 | B5 | 0 | 29 | 1D | 0 | 156 | 64 | 4F |
| Octal | 377 | 226 | 265 | 0 | 51 | 35 | 0 | 526 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10110101 | 0 | 101001 | 11101 | 0 | 101010110 | 1100100 | 1001111 |
Color Harmonies of #FF96B5
Complementary color
Monochromatic Colors of #FF96B5
Black with #FF96B5
Text Example
Text Example
White with #FF96B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96B5; }
p { color: rgb(255,150,181); }
H1.HeaderClassName
{
color: #FF96B5;
}
.AnyTagClassName
{
color: #FF96B5;
}
</style>
background-color css
<style>
a { background-color: #FF96B5; }
a { background-color: rgb(255,150,181); }
div.DivClassName
{
background-color: #FF96B5;
}
.BgClassName
{
background-color: #FF96B5;
}
</style>
border-color css
<style>
span { border-color: #FF96B5; }
span { border-color: rgb(255,150,181); }
td.TdClassName
{
border-color: #FF96B5;
}
.TagClassName
{
border-color: #FF96B5;
}
</style>