Shades of Illusion #FF96B4
Tints of Illusion #FF96B4
RGB
CMYK
RGB Variations
Color information
#FF96B4 (or 0xFF96B4) is known color: Illusion. HEX triplet: FF, 96 and B4. RGB value is (255,150,180). Sum of RGB (Red+Green+Blue) = 255+150+180=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96B4 is #00694B. Grayscale: #B8B8B8. Windows color (decimal): -26956 or 11835135. OLE color: 11835135.
HSL color Cylindrical-coordinate representation of color #FF96B4: hue angle of 342.86º 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 #FF96B4 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 180 | - |
| CMYK | 0 | 0.41 | 0.29 | 0 |
| HSL | 342.86º | 1% | 0.79% | - |
| HSV(B) | 342.86º | 0.41% | 1% | - |
| XYZ | 60.38 | 46.37 | 48.95 | - |
| YUV | 184.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 180 | 0 | 0.41 | 0.29 | 0 | 342.86 | 1 | 0.79 |
| Hex | FF | 96 | B4 | 0 | 29 | 1D | 0 | 157 | 64 | 4F |
| Octal | 377 | 226 | 264 | 0 | 51 | 35 | 0 | 527 | 144 | 117 |
| Binary | 11111111 | 10010110 | 10110100 | 0 | 101001 | 11101 | 0 | 101010111 | 1100100 | 1001111 |
Color Harmonies of #FF96B4
Complementary color
Monochromatic Colors of #FF96B4
Black with #FF96B4
Text Example
Text Example
White with #FF96B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96B4; }
p { color: rgb(255,150,180); }
H1.HeaderClassName
{
color: #FF96B4;
}
.AnyTagClassName
{
color: #FF96B4;
}
</style>
background-color css
<style>
a { background-color: #FF96B4; }
a { background-color: rgb(255,150,180); }
div.DivClassName
{
background-color: #FF96B4;
}
.BgClassName
{
background-color: #FF96B4;
}
</style>
border-color css
<style>
span { border-color: #FF96B4; }
span { border-color: rgb(255,150,180); }
td.TdClassName
{
border-color: #FF96B4;
}
.TagClassName
{
border-color: #FF96B4;
}
</style>