Shades of Illusion #FF96B2
Tints of Illusion #FF96B2
RGB
CMYK
RGB Variations
Color information
#FF96B2 (or 0xFF96B2) is known color: Illusion. HEX triplet: FF, 96 and B2. RGB value is (255,150,178). Sum of RGB (Red+Green+Blue) = 255+150+178=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF96B2 is #00694D. Grayscale: #B8B8B8. Windows color (decimal): -26958 or 11704063. OLE color: 11704063.
HSL color Cylindrical-coordinate representation of color #FF96B2: hue angle of 344º 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 #FF96B2 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 178 | - |
| CMYK | 0 | 0.41 | 0.30 | 0 |
| HSL | 344º | 1% | 0.79% | - |
| HSV(B) | 344º | 0.41% | 1% | - |
| XYZ | 60.18 | 46.29 | 47.88 | - |
| YUV | 184.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 178 | 0 | 0.41 | 0.30 | 0 | 344 | 1 | 0.79 |
| Hex | FF | 96 | B2 | 0 | 29 | 1E | 0 | 158 | 64 | 4F |
| Octal | 377 | 226 | 262 | 0 | 51 | 36 | 0 | 530 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10110010 | 0 | 101001 | 11110 | 0 | 101011000 | 1100100 | 1001111 |
Color Harmonies of #FF96B2
Complementary color
Monochromatic Colors of #FF96B2
Black with #FF96B2
Text Example
Text Example
White with #FF96B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96B2; }
p { color: rgb(255,150,178); }
H1.HeaderClassName
{
color: #FF96B2;
}
.AnyTagClassName
{
color: #FF96B2;
}
</style>
background-color css
<style>
a { background-color: #FF96B2; }
a { background-color: rgb(255,150,178); }
div.DivClassName
{
background-color: #FF96B2;
}
.BgClassName
{
background-color: #FF96B2;
}
</style>
border-color css
<style>
span { border-color: #FF96B2; }
span { border-color: rgb(255,150,178); }
td.TdClassName
{
border-color: #FF96B2;
}
.TagClassName
{
border-color: #FF96B2;
}
</style>