Shades of Illusion #FB9AAC
Tints of Illusion #FB9AAC
RGB
CMYK
RGB Variations
Color information
#FB9AAC (or 0xFB9AAC) is known color: Illusion. HEX triplet: FB, 9A and AC. RGB value is (251,154,172). Sum of RGB (Red+Green+Blue) = 251+154+172=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9AAC is #046553. Grayscale: #B9B9B9. Windows color (decimal): -288084 or 11311867. OLE color: 11311867.
HSL color Cylindrical-coordinate representation of color #FB9AAC: hue angle of 348.87º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB9AAC is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 172 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.02 |
| HSL | 348.87º | 0.92% | 0.79% | - |
| HSV(B) | 348.87º | 0.39% | 0.98% | - |
| XYZ | 58.79 | 46.6 | 44.93 | - |
| YUV | 185.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 172 | 0 | 0.39 | 0.31 | 0.02 | 348.87 | 0.92 | 0.79 |
| Hex | FB | 9A | AC | 0 | 27 | 1F | 2 | 15D | 5C | 4F |
| Octal | 373 | 232 | 254 | 0 | 47 | 37 | 2 | 535 | 134 | 117 |
| Binary | 11111011 | 10011010 | 10101100 | 0 | 100111 | 11111 | 10 | 101011101 | 1011100 | 1001111 |
Color Harmonies of #FB9AAC
Complementary color
Monochromatic Colors of #FB9AAC
Black with #FB9AAC
Text Example
Text Example
White with #FB9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9AAC; }
p { color: rgb(251,154,172); }
H1.HeaderClassName
{
color: #FB9AAC;
}
.AnyTagClassName
{
color: #FB9AAC;
}
</style>
background-color css
<style>
a { background-color: #FB9AAC; }
a { background-color: rgb(251,154,172); }
div.DivClassName
{
background-color: #FB9AAC;
}
.BgClassName
{
background-color: #FB9AAC;
}
</style>
border-color css
<style>
span { border-color: #FB9AAC; }
span { border-color: rgb(251,154,172); }
td.TdClassName
{
border-color: #FB9AAC;
}
.TagClassName
{
border-color: #FB9AAC;
}
</style>