Shades of Shalimar #F2F0AC
Tints of Shalimar #F2F0AC
RGB
CMYK
RGB Variations
Color information
#F2F0AC (or 0xF2F0AC) is known color: Shalimar. HEX triplet: F2, F0 and AC. RGB value is (242,240,172). Sum of RGB (Red+Green+Blue) = 242+240+172=654 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.00% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 172 (67.58% from 255 or 26.30% from 654); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0AC is #0D0F53. Grayscale: #E9E9E9. Windows color (decimal): -855892 or 11333874. OLE color: 11333874.
HSL color Cylindrical-coordinate representation of color #F2F0AC: hue angle of 58.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2F0AC is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 172 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.05 |
| HSL | 58.29º | 0.73% | 0.81% | - |
| HSV(B) | 58.29º | 0.29% | 0.95% | - |
| XYZ | 75.22 | 84.18 | 51.31 | - |
| YUV | 232.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 172 | 0 | 0.01 | 0.29 | 0.05 | 58.29 | 0.73 | 0.81 |
| Hex | F2 | F0 | AC | 0 | 1 | 1D | 5 | 3A | 49 | 51 |
| Octal | 362 | 360 | 254 | 0 | 1 | 35 | 5 | 72 | 111 | 121 |
| Binary | 11110010 | 11110000 | 10101100 | 0 | 1 | 11101 | 101 | 111010 | 1001001 | 1010001 |
Color Harmonies of #F2F0AC
Complementary color
Monochromatic Colors of #F2F0AC
Black with #F2F0AC
Text Example
Text Example
White with #F2F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0AC; }
p { color: rgb(242,240,172); }
H1.HeaderClassName
{
color: #F2F0AC;
}
.AnyTagClassName
{
color: #F2F0AC;
}
</style>
background-color css
<style>
a { background-color: #F2F0AC; }
a { background-color: rgb(242,240,172); }
div.DivClassName
{
background-color: #F2F0AC;
}
.BgClassName
{
background-color: #F2F0AC;
}
</style>
border-color css
<style>
span { border-color: #F2F0AC; }
span { border-color: rgb(242,240,172); }
td.TdClassName
{
border-color: #F2F0AC;
}
.TagClassName
{
border-color: #F2F0AC;
}
</style>