Shades of Illusion #F4A4B6
Tints of Illusion #F4A4B6
RGB
CMYK
RGB Variations
Color information
#F4A4B6 (or 0xF4A4B6) is known color: Illusion. HEX triplet: F4, A4 and B6. RGB value is (244,164,182). Sum of RGB (Red+Green+Blue) = 244+164+182=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A4B6 is #0B5B49. Grayscale: #BDBDBD. Windows color (decimal): -744266 or 11969780. OLE color: 11969780.
HSL color Cylindrical-coordinate representation of color #F4A4B6: hue angle of 346.5º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4B6 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 182 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.04 |
| HSL | 346.5º | 0.78% | 0.8% | - |
| HSV(B) | 346.5º | 0.33% | 0.96% | - |
| XYZ | 59.03 | 49.16 | 50.63 | - |
| YUV | 189.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 182 | 0 | 0.33 | 0.25 | 0.04 | 346.5 | 0.78 | 0.8 |
| Hex | F4 | A4 | B6 | 0 | 21 | 19 | 4 | 15A | 4E | 50 |
| Octal | 364 | 244 | 266 | 0 | 41 | 31 | 4 | 532 | 116 | 120 |
| Binary | 11110100 | 10100100 | 10110110 | 0 | 100001 | 11001 | 100 | 101011010 | 1001110 | 1010000 |
Color Harmonies of #F4A4B6
Complementary color
Monochromatic Colors of #F4A4B6
Black with #F4A4B6
Text Example
Text Example
White with #F4A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4B6; }
p { color: rgb(244,164,182); }
H1.HeaderClassName
{
color: #F4A4B6;
}
.AnyTagClassName
{
color: #F4A4B6;
}
</style>
background-color css
<style>
a { background-color: #F4A4B6; }
a { background-color: rgb(244,164,182); }
div.DivClassName
{
background-color: #F4A4B6;
}
.BgClassName
{
background-color: #F4A4B6;
}
</style>
border-color css
<style>
span { border-color: #F4A4B6; }
span { border-color: rgb(244,164,182); }
td.TdClassName
{
border-color: #F4A4B6;
}
.TagClassName
{
border-color: #F4A4B6;
}
</style>