Shades of Shalimar #F3F6A4
Tints of Shalimar #F3F6A4
RGB
CMYK
RGB Variations
Color information
#F3F6A4 (or 0xF3F6A4) is known color: Shalimar. HEX triplet: F3, F6 and A4. RGB value is (243,246,164). Sum of RGB (Red+Green+Blue) = 243+246+164=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 164 (64.45% from 255 or 25.11% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #F3F6A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F6A4 is #0C095B. Grayscale: #ECECEC. Windows color (decimal): -788828 or 10811123. OLE color: 10811123.
HSL color Cylindrical-coordinate representation of color #F3F6A4: hue angle of 62.2º degrees, saturation: 0.82, 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 #F3F6A4 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 246 | 164 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.04 |
| HSL | 62.2º | 0.82% | 0.8% | - |
| HSV(B) | 62.2º | 0.33% | 0.96% | - |
| XYZ | 76.62 | 87.65 | 48 | - |
| YUV | 235.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 246 | 164 | 0.01 | 0 | 0.33 | 0.04 | 62.2 | 0.82 | 0.8 |
| Hex | F3 | F6 | A4 | 1 | 0 | 21 | 4 | 3E | 52 | 50 |
| Octal | 363 | 366 | 244 | 1 | 0 | 41 | 4 | 76 | 122 | 120 |
| Binary | 11110011 | 11110110 | 10100100 | 1 | 0 | 100001 | 100 | 111110 | 1010010 | 1010000 |
Color Harmonies of #F3F6A4
Complementary color
Monochromatic Colors of #F3F6A4
Black with #F3F6A4
Text Example
Text Example
White with #F3F6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F6A4; }
p { color: rgb(243,246,164); }
H1.HeaderClassName
{
color: #F3F6A4;
}
.AnyTagClassName
{
color: #F3F6A4;
}
</style>
background-color css
<style>
a { background-color: #F3F6A4; }
a { background-color: rgb(243,246,164); }
div.DivClassName
{
background-color: #F3F6A4;
}
.BgClassName
{
background-color: #F3F6A4;
}
</style>
border-color css
<style>
span { border-color: #F3F6A4; }
span { border-color: rgb(243,246,164); }
td.TdClassName
{
border-color: #F3F6A4;
}
.TagClassName
{
border-color: #F3F6A4;
}
</style>