Shades of Illusion #FA9DB7
Tints of Illusion #FA9DB7
RGB
CMYK
RGB Variations
Color information
#FA9DB7 (or 0xFA9DB7) is known color: Illusion. HEX triplet: FA, 9D and B7. RGB value is (250,157,183). Sum of RGB (Red+Green+Blue) = 250+157+183=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DB7 is #056248. Grayscale: #BBBBBB. Windows color (decimal): -352841 or 12033530. OLE color: 12033530.
HSL color Cylindrical-coordinate representation of color #FA9DB7: hue angle of 343.23º 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 #FA9DB7 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 183 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.02 |
| HSL | 343.23º | 0.9% | 0.8% | - |
| HSV(B) | 343.23º | 0.37% | 0.98% | - |
| XYZ | 60.03 | 47.86 | 50.87 | - |
| YUV | 187.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 183 | 0 | 0.37 | 0.27 | 0.02 | 343.23 | 0.9 | 0.8 |
| Hex | FA | 9D | B7 | 0 | 25 | 1B | 2 | 157 | 5A | 50 |
| Octal | 372 | 235 | 267 | 0 | 45 | 33 | 2 | 527 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10110111 | 0 | 100101 | 11011 | 10 | 101010111 | 1011010 | 1010000 |
Color Harmonies of #FA9DB7
Complementary color
Monochromatic Colors of #FA9DB7
Black with #FA9DB7
Text Example
Text Example
White with #FA9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DB7; }
p { color: rgb(250,157,183); }
H1.HeaderClassName
{
color: #FA9DB7;
}
.AnyTagClassName
{
color: #FA9DB7;
}
</style>
background-color css
<style>
a { background-color: #FA9DB7; }
a { background-color: rgb(250,157,183); }
div.DivClassName
{
background-color: #FA9DB7;
}
.BgClassName
{
background-color: #FA9DB7;
}
</style>
border-color css
<style>
span { border-color: #FA9DB7; }
span { border-color: rgb(250,157,183); }
td.TdClassName
{
border-color: #FA9DB7;
}
.TagClassName
{
border-color: #FA9DB7;
}
</style>