Shades of Illusion #FA9DB6
Tints of Illusion #FA9DB6
RGB
CMYK
RGB Variations
Color information
#FA9DB6 (or 0xFA9DB6) is known color: Illusion. HEX triplet: FA, 9D and B6. RGB value is (250,157,182). Sum of RGB (Red+Green+Blue) = 250+157+182=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DB6 is #056249. Grayscale: #BBBBBB. Windows color (decimal): -352842 or 11967994. OLE color: 11967994.
HSL color Cylindrical-coordinate representation of color #FA9DB6: hue angle of 343.87º degrees, saturation: 0.9, 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 #FA9DB6 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 182 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.02 |
| HSL | 343.87º | 0.9% | 0.8% | - |
| HSV(B) | 343.87º | 0.37% | 0.98% | - |
| XYZ | 59.92 | 47.82 | 50.33 | - |
| YUV | 187.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 182 | 0 | 0.37 | 0.27 | 0.02 | 343.87 | 0.9 | 0.8 |
| Hex | FA | 9D | B6 | 0 | 25 | 1B | 2 | 158 | 5A | 50 |
| Octal | 372 | 235 | 266 | 0 | 45 | 33 | 2 | 530 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10110110 | 0 | 100101 | 11011 | 10 | 101011000 | 1011010 | 1010000 |
Color Harmonies of #FA9DB6
Complementary color
Monochromatic Colors of #FA9DB6
Black with #FA9DB6
Text Example
Text Example
White with #FA9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DB6; }
p { color: rgb(250,157,182); }
H1.HeaderClassName
{
color: #FA9DB6;
}
.AnyTagClassName
{
color: #FA9DB6;
}
</style>
background-color css
<style>
a { background-color: #FA9DB6; }
a { background-color: rgb(250,157,182); }
div.DivClassName
{
background-color: #FA9DB6;
}
.BgClassName
{
background-color: #FA9DB6;
}
</style>
border-color css
<style>
span { border-color: #FA9DB6; }
span { border-color: rgb(250,157,182); }
td.TdClassName
{
border-color: #FA9DB6;
}
.TagClassName
{
border-color: #FA9DB6;
}
</style>