Shades of Illusion #F99DAE
Tints of Illusion #F99DAE
RGB
CMYK
RGB Variations
Color information
#F99DAE (or 0xF99DAE) is known color: Illusion. HEX triplet: F9, 9D and AE. RGB value is (249,157,174). Sum of RGB (Red+Green+Blue) = 249+157+174=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99DAE is #066251. Grayscale: #BABABA. Windows color (decimal): -418386 or 11443705. OLE color: 11443705.
HSL color Cylindrical-coordinate representation of color #F99DAE: hue angle of 348.91º degrees, saturation: 0.88, 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 #F99DAE is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 174 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.02 |
| HSL | 348.91º | 0.88% | 0.8% | - |
| HSV(B) | 348.91º | 0.37% | 0.98% | - |
| XYZ | 58.76 | 47.31 | 46.08 | - |
| YUV | 186.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 174 | 0 | 0.37 | 0.30 | 0.02 | 348.91 | 0.88 | 0.8 |
| Hex | F9 | 9D | AE | 0 | 25 | 1E | 2 | 15D | 58 | 50 |
| Octal | 371 | 235 | 256 | 0 | 45 | 36 | 2 | 535 | 130 | 120 |
| Binary | 11111001 | 10011101 | 10101110 | 0 | 100101 | 11110 | 10 | 101011101 | 1011000 | 1010000 |
Color Harmonies of #F99DAE
Complementary color
Monochromatic Colors of #F99DAE
Black with #F99DAE
Text Example
Text Example
White with #F99DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DAE; }
p { color: rgb(249,157,174); }
H1.HeaderClassName
{
color: #F99DAE;
}
.AnyTagClassName
{
color: #F99DAE;
}
</style>
background-color css
<style>
a { background-color: #F99DAE; }
a { background-color: rgb(249,157,174); }
div.DivClassName
{
background-color: #F99DAE;
}
.BgClassName
{
background-color: #F99DAE;
}
</style>
border-color css
<style>
span { border-color: #F99DAE; }
span { border-color: rgb(249,157,174); }
td.TdClassName
{
border-color: #F99DAE;
}
.TagClassName
{
border-color: #F99DAE;
}
</style>