Shades of Illusion #FA9DAE
Tints of Illusion #FA9DAE
RGB
CMYK
RGB Variations
Color information
#FA9DAE (or 0xFA9DAE) is known color: Illusion. HEX triplet: FA, 9D and AE. RGB value is (250,157,174). Sum of RGB (Red+Green+Blue) = 250+157+174=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9DAE is #056251. Grayscale: #BABABA. Windows color (decimal): -352850 or 11443706. OLE color: 11443706.
HSL color Cylindrical-coordinate representation of color #FA9DAE: hue angle of 349.03º 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 #FA9DAE is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 174 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.02 |
| HSL | 349.03º | 0.9% | 0.8% | - |
| HSV(B) | 349.03º | 0.37% | 0.98% | - |
| XYZ | 59.12 | 47.49 | 46.1 | - |
| YUV | 186.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 174 | 0 | 0.37 | 0.30 | 0.02 | 349.03 | 0.9 | 0.8 |
| Hex | FA | 9D | AE | 0 | 25 | 1E | 2 | 15D | 5A | 50 |
| Octal | 372 | 235 | 256 | 0 | 45 | 36 | 2 | 535 | 132 | 120 |
| Binary | 11111010 | 10011101 | 10101110 | 0 | 100101 | 11110 | 10 | 101011101 | 1011010 | 1010000 |
Color Harmonies of #FA9DAE
Complementary color
Monochromatic Colors of #FA9DAE
Black with #FA9DAE
Text Example
Text Example
White with #FA9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9DAE; }
p { color: rgb(250,157,174); }
H1.HeaderClassName
{
color: #FA9DAE;
}
.AnyTagClassName
{
color: #FA9DAE;
}
</style>
background-color css
<style>
a { background-color: #FA9DAE; }
a { background-color: rgb(250,157,174); }
div.DivClassName
{
background-color: #FA9DAE;
}
.BgClassName
{
background-color: #FA9DAE;
}
</style>
border-color css
<style>
span { border-color: #FA9DAE; }
span { border-color: rgb(250,157,174); }
td.TdClassName
{
border-color: #FA9DAE;
}
.TagClassName
{
border-color: #FA9DAE;
}
</style>