Shades of Illusion #FB9FAE
Tints of Illusion #FB9FAE
RGB
CMYK
RGB Variations
Color information
#FB9FAE (or 0xFB9FAE) is known color: Illusion. HEX triplet: FB, 9F and AE. RGB value is (251,159,174). Sum of RGB (Red+Green+Blue) = 251+159+174=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9FAE is #046051. Grayscale: #BCBCBC. Windows color (decimal): -286802 or 11444219. OLE color: 11444219.
HSL color Cylindrical-coordinate representation of color #FB9FAE: hue angle of 350.22º 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 #FB9FAE is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 159 | 174 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.02 |
| HSL | 350.22º | 0.92% | 0.8% | - |
| HSV(B) | 350.22º | 0.37% | 0.98% | - |
| XYZ | 59.82 | 48.36 | 46.23 | - |
| YUV | 188.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 159 | 174 | 0 | 0.37 | 0.31 | 0.02 | 350.22 | 0.92 | 0.8 |
| Hex | FB | 9F | AE | 0 | 25 | 1F | 2 | 15E | 5C | 50 |
| Octal | 373 | 237 | 256 | 0 | 45 | 37 | 2 | 536 | 134 | 120 |
| Binary | 11111011 | 10011111 | 10101110 | 0 | 100101 | 11111 | 10 | 101011110 | 1011100 | 1010000 |
Color Harmonies of #FB9FAE
Complementary color
Monochromatic Colors of #FB9FAE
Black with #FB9FAE
Text Example
Text Example
White with #FB9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9FAE; }
p { color: rgb(251,159,174); }
H1.HeaderClassName
{
color: #FB9FAE;
}
.AnyTagClassName
{
color: #FB9FAE;
}
</style>
background-color css
<style>
a { background-color: #FB9FAE; }
a { background-color: rgb(251,159,174); }
div.DivClassName
{
background-color: #FB9FAE;
}
.BgClassName
{
background-color: #FB9FAE;
}
</style>
border-color css
<style>
span { border-color: #FB9FAE; }
span { border-color: rgb(251,159,174); }
td.TdClassName
{
border-color: #FB9FAE;
}
.TagClassName
{
border-color: #FB9FAE;
}
</style>