Shades of Illusion #FA9FB0
Tints of Illusion #FA9FB0
RGB
CMYK
RGB Variations
Color information
#FA9FB0 (or 0xFA9FB0) is known color: Illusion. HEX triplet: FA, 9F and B0. RGB value is (250,159,176). Sum of RGB (Red+Green+Blue) = 250+159+176=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9FB0 is #05604F. Grayscale: #BCBCBC. Windows color (decimal): -352336 or 11575290. OLE color: 11575290.
HSL color Cylindrical-coordinate representation of color #FA9FB0: hue angle of 348.79º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FB0 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 176 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.02 |
| HSL | 348.79º | 0.9% | 0.8% | - |
| HSV(B) | 348.79º | 0.36% | 0.98% | - |
| XYZ | 59.66 | 48.25 | 47.24 | - |
| YUV | 188.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 176 | 0 | 0.36 | 0.30 | 0.02 | 348.79 | 0.9 | 0.8 |
| Hex | FA | 9F | B0 | 0 | 24 | 1E | 2 | 15D | 5A | 50 |
| Octal | 372 | 237 | 260 | 0 | 44 | 36 | 2 | 535 | 132 | 120 |
| Binary | 11111010 | 10011111 | 10110000 | 0 | 100100 | 11110 | 10 | 101011101 | 1011010 | 1010000 |
Color Harmonies of #FA9FB0
Complementary color
Monochromatic Colors of #FA9FB0
Black with #FA9FB0
Text Example
Text Example
White with #FA9FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9FB0; }
p { color: rgb(250,159,176); }
H1.HeaderClassName
{
color: #FA9FB0;
}
.AnyTagClassName
{
color: #FA9FB0;
}
</style>
background-color css
<style>
a { background-color: #FA9FB0; }
a { background-color: rgb(250,159,176); }
div.DivClassName
{
background-color: #FA9FB0;
}
.BgClassName
{
background-color: #FA9FB0;
}
</style>
border-color css
<style>
span { border-color: #FA9FB0; }
span { border-color: rgb(250,159,176); }
td.TdClassName
{
border-color: #FA9FB0;
}
.TagClassName
{
border-color: #FA9FB0;
}
</style>