Shades of Illusion #FB96AF
Tints of Illusion #FB96AF
RGB
CMYK
RGB Variations
Color information
#FB96AF (or 0xFB96AF) is known color: Illusion. HEX triplet: FB, 96 and AF. RGB value is (251,150,175). Sum of RGB (Red+Green+Blue) = 251+150+175=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB96AF is #046950. Grayscale: #B7B7B7. Windows color (decimal): -289105 or 11507451. OLE color: 11507451.
HSL color Cylindrical-coordinate representation of color #FB96AF: hue angle of 345.15º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96AF is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 175 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.02 |
| HSL | 345.15º | 0.93% | 0.79% | - |
| HSV(B) | 345.15º | 0.4% | 0.98% | - |
| XYZ | 58.43 | 45.42 | 46.24 | - |
| YUV | 183.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 175 | 0 | 0.40 | 0.30 | 0.02 | 345.15 | 0.93 | 0.79 |
| Hex | FB | 96 | AF | 0 | 28 | 1E | 2 | 159 | 5D | 4F |
| Octal | 373 | 226 | 257 | 0 | 50 | 36 | 2 | 531 | 135 | 117 |
| Binary | 11111011 | 10010110 | 10101111 | 0 | 101000 | 11110 | 10 | 101011001 | 1011101 | 1001111 |
Color Harmonies of #FB96AF
Complementary color
Monochromatic Colors of #FB96AF
Black with #FB96AF
Text Example
Text Example
White with #FB96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96AF; }
p { color: rgb(251,150,175); }
H1.HeaderClassName
{
color: #FB96AF;
}
.AnyTagClassName
{
color: #FB96AF;
}
</style>
background-color css
<style>
a { background-color: #FB96AF; }
a { background-color: rgb(251,150,175); }
div.DivClassName
{
background-color: #FB96AF;
}
.BgClassName
{
background-color: #FB96AF;
}
</style>
border-color css
<style>
span { border-color: #FB96AF; }
span { border-color: rgb(251,150,175); }
td.TdClassName
{
border-color: #FB96AF;
}
.TagClassName
{
border-color: #FB96AF;
}
</style>