Shades of Illusion #FB9DAC
Tints of Illusion #FB9DAC
RGB
CMYK
RGB Variations
Color information
#FB9DAC (or 0xFB9DAC) is known color: Illusion. HEX triplet: FB, 9D and AC. RGB value is (251,157,172). Sum of RGB (Red+Green+Blue) = 251+157+172=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9DAC is #046253. Grayscale: #BABABA. Windows color (decimal): -287316 or 11312635. OLE color: 11312635.
HSL color Cylindrical-coordinate representation of color #FB9DAC: hue angle of 350.43º 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 #FB9DAC is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 172 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.02 |
| HSL | 350.43º | 0.92% | 0.8% | - |
| HSV(B) | 350.43º | 0.37% | 0.98% | - |
| XYZ | 59.29 | 47.6 | 45.09 | - |
| YUV | 186.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 172 | 0 | 0.37 | 0.31 | 0.02 | 350.43 | 0.92 | 0.8 |
| Hex | FB | 9D | AC | 0 | 25 | 1F | 2 | 15E | 5C | 50 |
| Octal | 373 | 235 | 254 | 0 | 45 | 37 | 2 | 536 | 134 | 120 |
| Binary | 11111011 | 10011101 | 10101100 | 0 | 100101 | 11111 | 10 | 101011110 | 1011100 | 1010000 |
Color Harmonies of #FB9DAC
Complementary color
Monochromatic Colors of #FB9DAC
Black with #FB9DAC
Text Example
Text Example
White with #FB9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DAC; }
p { color: rgb(251,157,172); }
H1.HeaderClassName
{
color: #FB9DAC;
}
.AnyTagClassName
{
color: #FB9DAC;
}
</style>
background-color css
<style>
a { background-color: #FB9DAC; }
a { background-color: rgb(251,157,172); }
div.DivClassName
{
background-color: #FB9DAC;
}
.BgClassName
{
background-color: #FB9DAC;
}
</style>
border-color css
<style>
span { border-color: #FB9DAC; }
span { border-color: rgb(251,157,172); }
td.TdClassName
{
border-color: #FB9DAC;
}
.TagClassName
{
border-color: #FB9DAC;
}
</style>