Shades of Illusion #FB9EAA
Tints of Illusion #FB9EAA
RGB
CMYK
RGB Variations
Color information
#FB9EAA (or 0xFB9EAA) is known color: Illusion. HEX triplet: FB, 9E and AA. RGB value is (251,158,170). Sum of RGB (Red+Green+Blue) = 251+158+170=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9EAA is #046155. Grayscale: #BBBBBB. Windows color (decimal): -287062 or 11181819. OLE color: 11181819.
HSL color Cylindrical-coordinate representation of color #FB9EAA: hue angle of 352.26º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9EAA is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 158 | 170 | - |
CMYK | 0 | 0.37 | 0.32 | 0.02 |
HSL | 352.26º | 0.92% | 0.8% | - |
HSV(B) | 352.26º | 0.37% | 0.98% | - |
XYZ | 59.27 | 47.87 | 44.15 | - |
YUV | 187.18 | 118.31 | 173.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 158 | 170 | 0 | 0.37 | 0.32 | 0.02 | 352.26 | 0.92 | 0.8 |
Hex | FB | 9E | AA | 0 | 25 | 20 | 2 | 160 | 5C | 50 |
Octal | 373 | 236 | 252 | 0 | 45 | 40 | 2 | 540 | 134 | 120 |
Binary | 11111011 | 10011110 | 10101010 | 0 | 100101 | 100000 | 10 | 101100000 | 1011100 | 1010000 |
Color Harmonies of #FB9EAA
Complementary color
Monochromatic Colors of #FB9EAA
Black with #FB9EAA
Text Example
Text Example
White with #FB9EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9EAA; }
p { color: rgb(251,158,170); }
H1.HeaderClassName
{
color: #FB9EAA;
}
.AnyTagClassName
{
color: #FB9EAA;
}
</style>
background-color css
<style>
a { background-color: #FB9EAA; }
a { background-color: rgb(251,158,170); }
div.DivClassName
{
background-color: #FB9EAA;
}
.BgClassName
{
background-color: #FB9EAA;
}
</style>
border-color css
<style>
span { border-color: #FB9EAA; }
span { border-color: rgb(251,158,170); }
td.TdClassName
{
border-color: #FB9EAA;
}
.TagClassName
{
border-color: #FB9EAA;
}
</style>