Shades of Shalimar #F2F2AC
Tints of Shalimar #F2F2AC
RGB
CMYK
RGB Variations
Color information
#F2F2AC (or 0xF2F2AC) is known color: Shalimar. HEX triplet: F2, F2 and AC. RGB value is (242,242,172). Sum of RGB (Red+Green+Blue) = 242+242+172=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 172 (67.58% from 255 or 26.22% from 656); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F2AC is #0D0D53. Grayscale: #EAEAEA. Windows color (decimal): -855380 or 11334386. OLE color: 11334386.
HSL color Cylindrical-coordinate representation of color #F2F2AC: hue angle of 60º 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 #F2F2AC is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 172 | - |
| CMYK | 0 | 0 | 0.29 | 0.05 |
| HSL | 60º | 0.73% | 0.81% | - |
| HSV(B) | 60º | 0.29% | 0.95% | - |
| XYZ | 75.82 | 85.36 | 51.51 | - |
| YUV | 234.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 172 | 0 | 0 | 0.29 | 0.05 | 60 | 0.73 | 0.81 |
| Hex | F2 | F2 | AC | 0 | 0 | 1D | 5 | 3C | 49 | 51 |
| Octal | 362 | 362 | 254 | 0 | 0 | 35 | 5 | 74 | 111 | 121 |
| Binary | 11110010 | 11110010 | 10101100 | 0 | 0 | 11101 | 101 | 111100 | 1001001 | 1010001 |
Color Harmonies of #F2F2AC
Complementary color
Monochromatic Colors of #F2F2AC
Black with #F2F2AC
Text Example
Text Example
White with #F2F2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F2AC; }
p { color: rgb(242,242,172); }
H1.HeaderClassName
{
color: #F2F2AC;
}
.AnyTagClassName
{
color: #F2F2AC;
}
</style>
background-color css
<style>
a { background-color: #F2F2AC; }
a { background-color: rgb(242,242,172); }
div.DivClassName
{
background-color: #F2F2AC;
}
.BgClassName
{
background-color: #F2F2AC;
}
</style>
border-color css
<style>
span { border-color: #F2F2AC; }
span { border-color: rgb(242,242,172); }
td.TdClassName
{
border-color: #F2F2AC;
}
.TagClassName
{
border-color: #F2F2AC;
}
</style>