Shades of Illusion #F49CBA
Tints of Illusion #F49CBA
RGB
CMYK
RGB Variations
Color information
#F49CBA (or 0xF49CBA) is known color: Illusion. HEX triplet: F4, 9C and BA. RGB value is (244,156,186). Sum of RGB (Red+Green+Blue) = 244+156+186=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CBA is #0B6345. Grayscale: #B9B9B9. Windows color (decimal): -746310 or 12229876. OLE color: 12229876.
HSL color Cylindrical-coordinate representation of color #F49CBA: hue angle of 339.55º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CBA is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 186 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.04 |
| HSL | 339.55º | 0.8% | 0.78% | - |
| HSV(B) | 339.55º | 0.36% | 0.96% | - |
| XYZ | 58.06 | 46.56 | 52.38 | - |
| YUV | 185.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 186 | 0 | 0.36 | 0.24 | 0.04 | 339.55 | 0.8 | 0.78 |
| Hex | F4 | 9C | BA | 0 | 24 | 18 | 4 | 154 | 50 | 4E |
| Octal | 364 | 234 | 272 | 0 | 44 | 30 | 4 | 524 | 120 | 116 |
| Binary | 11110100 | 10011100 | 10111010 | 0 | 100100 | 11000 | 100 | 101010100 | 1010000 | 1001110 |
Color Harmonies of #F49CBA
Complementary color
Monochromatic Colors of #F49CBA
Black with #F49CBA
Text Example
Text Example
White with #F49CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CBA; }
p { color: rgb(244,156,186); }
H1.HeaderClassName
{
color: #F49CBA;
}
.AnyTagClassName
{
color: #F49CBA;
}
</style>
background-color css
<style>
a { background-color: #F49CBA; }
a { background-color: rgb(244,156,186); }
div.DivClassName
{
background-color: #F49CBA;
}
.BgClassName
{
background-color: #F49CBA;
}
</style>
border-color css
<style>
span { border-color: #F49CBA; }
span { border-color: rgb(244,156,186); }
td.TdClassName
{
border-color: #F49CBA;
}
.TagClassName
{
border-color: #F49CBA;
}
</style>