Shades of Shalimar #F3F2AF
Tints of Shalimar #F3F2AF
RGB
CMYK
RGB Variations
Color information
#F3F2AF (or 0xF3F2AF) is known color: Shalimar. HEX triplet: F3, F2 and AF. RGB value is (243,242,175). Sum of RGB (Red+Green+Blue) = 243+242+175=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 175 (68.75% from 255 or 26.52% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2AF is #0C0D50. Grayscale: #EAEAEA. Windows color (decimal): -789841 or 11530995. OLE color: 11530995.
HSL color Cylindrical-coordinate representation of color #F3F2AF: hue angle of 59.12º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3F2AF is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 175 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.05 |
| HSL | 59.12º | 0.74% | 0.82% | - |
| HSV(B) | 59.12º | 0.28% | 0.95% | - |
| XYZ | 76.45 | 85.65 | 53.06 | - |
| YUV | 234.66 | 94.33 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 175 | 0 | 0.00 | 0.28 | 0.05 | 59.12 | 0.74 | 0.82 |
| Hex | F3 | F2 | AF | 0 | 0 | 1C | 5 | 3B | 4A | 52 |
| Octal | 363 | 362 | 257 | 0 | 0 | 34 | 5 | 73 | 112 | 122 |
| Binary | 11110011 | 11110010 | 10101111 | 0 | 0 | 11100 | 101 | 111011 | 1001010 | 1010010 |
Color Harmonies of #F3F2AF
Complementary color
Monochromatic Colors of #F3F2AF
Black with #F3F2AF
Text Example
Text Example
White with #F3F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2AF; }
p { color: rgb(243,242,175); }
H1.HeaderClassName
{
color: #F3F2AF;
}
.AnyTagClassName
{
color: #F3F2AF;
}
</style>
background-color css
<style>
a { background-color: #F3F2AF; }
a { background-color: rgb(243,242,175); }
div.DivClassName
{
background-color: #F3F2AF;
}
.BgClassName
{
background-color: #F3F2AF;
}
</style>
border-color css
<style>
span { border-color: #F3F2AF; }
span { border-color: rgb(243,242,175); }
td.TdClassName
{
border-color: #F3F2AF;
}
.TagClassName
{
border-color: #F3F2AF;
}
</style>