Shades of Shalimar #F2F0AD
Tints of Shalimar #F2F0AD
RGB
CMYK
RGB Variations
Color information
#F2F0AD (or 0xF2F0AD) is known color: Shalimar. HEX triplet: F2, F0 and AD. RGB value is (242,240,173). Sum of RGB (Red+Green+Blue) = 242+240+173=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 240 (94.14% from 255 or 36.64% from 655); Blue value is 173 (67.97% from 255 or 26.41% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0AD is #0D0F52. Grayscale: #E9E9E9. Windows color (decimal): -855891 or 11399410. OLE color: 11399410.
HSL color Cylindrical-coordinate representation of color #F2F0AD: hue angle of 58.26º 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 #F2F0AD is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 173 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.05 |
| HSL | 58.26º | 0.73% | 0.81% | - |
| HSV(B) | 58.26º | 0.29% | 0.95% | - |
| XYZ | 75.32 | 84.21 | 51.82 | - |
| YUV | 232.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 173 | 0 | 0.01 | 0.29 | 0.05 | 58.26 | 0.73 | 0.81 |
| Hex | F2 | F0 | AD | 0 | 1 | 1D | 5 | 3A | 49 | 51 |
| Octal | 362 | 360 | 255 | 0 | 1 | 35 | 5 | 72 | 111 | 121 |
| Binary | 11110010 | 11110000 | 10101101 | 0 | 1 | 11101 | 101 | 111010 | 1001001 | 1010001 |
Color Harmonies of #F2F0AD
Complementary color
Monochromatic Colors of #F2F0AD
Black with #F2F0AD
Text Example
Text Example
White with #F2F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0AD; }
p { color: rgb(242,240,173); }
H1.HeaderClassName
{
color: #F2F0AD;
}
.AnyTagClassName
{
color: #F2F0AD;
}
</style>
background-color css
<style>
a { background-color: #F2F0AD; }
a { background-color: rgb(242,240,173); }
div.DivClassName
{
background-color: #F2F0AD;
}
.BgClassName
{
background-color: #F2F0AD;
}
</style>
border-color css
<style>
span { border-color: #F2F0AD; }
span { border-color: rgb(242,240,173); }
td.TdClassName
{
border-color: #F2F0AD;
}
.TagClassName
{
border-color: #F2F0AD;
}
</style>