Shades of Illusion #F49EBA
Tints of Illusion #F49EBA
RGB
CMYK
RGB Variations
Color information
#F49EBA (or 0xF49EBA) is known color: Illusion. HEX triplet: F4, 9E and BA. RGB value is (244,158,186). Sum of RGB (Red+Green+Blue) = 244+158+186=588 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.50% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 244 - color contains mainly: red. Hex color #F49EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49EBA is #0B6145. Grayscale: #BABABA. Windows color (decimal): -745798 or 12230388. OLE color: 12230388.
HSL color Cylindrical-coordinate representation of color #F49EBA: hue angle of 340.47º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F49EBA is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 158 | 186 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.04 |
| HSL | 340.47º | 0.8% | 0.79% | - |
| HSV(B) | 340.47º | 0.35% | 0.96% | - |
| XYZ | 58.4 | 47.23 | 52.49 | - |
| YUV | 186.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 158 | 186 | 0 | 0.35 | 0.24 | 0.04 | 340.47 | 0.8 | 0.79 |
| Hex | F4 | 9E | BA | 0 | 23 | 18 | 4 | 154 | 50 | 4F |
| Octal | 364 | 236 | 272 | 0 | 43 | 30 | 4 | 524 | 120 | 117 |
| Binary | 11110100 | 10011110 | 10111010 | 0 | 100011 | 11000 | 100 | 101010100 | 1010000 | 1001111 |
Color Harmonies of #F49EBA
Complementary color
Monochromatic Colors of #F49EBA
Black with #F49EBA
Text Example
Text Example
White with #F49EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49EBA; }
p { color: rgb(244,158,186); }
H1.HeaderClassName
{
color: #F49EBA;
}
.AnyTagClassName
{
color: #F49EBA;
}
</style>
background-color css
<style>
a { background-color: #F49EBA; }
a { background-color: rgb(244,158,186); }
div.DivClassName
{
background-color: #F49EBA;
}
.BgClassName
{
background-color: #F49EBA;
}
</style>
border-color css
<style>
span { border-color: #F49EBA; }
span { border-color: rgb(244,158,186); }
td.TdClassName
{
border-color: #F49EBA;
}
.TagClassName
{
border-color: #F49EBA;
}
</style>