Shades of Shalimar #F6EFA5
Tints of Shalimar #F6EFA5
RGB
CMYK
RGB Variations
Color information
#F6EFA5 (or 0xF6EFA5) is known color: Shalimar. HEX triplet: F6, EF and A5. RGB value is (246,239,165). Sum of RGB (Red+Green+Blue) = 246+239+165=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EFA5 is #09105A. Grayscale: #E8E8E8. Windows color (decimal): -594011 or 10874870. OLE color: 10874870.
HSL color Cylindrical-coordinate representation of color #F6EFA5: hue angle of 54.81º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6EFA5 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 239 | 165 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.04 |
| HSL | 54.81º | 0.82% | 0.81% | - |
| HSV(B) | 54.81º | 0.33% | 0.96% | - |
| XYZ | 75.66 | 84.04 | 47.83 | - |
| YUV | 232.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 239 | 165 | 0 | 0.03 | 0.33 | 0.04 | 54.81 | 0.82 | 0.81 |
| Hex | F6 | EF | A5 | 0 | 3 | 21 | 4 | 37 | 52 | 51 |
| Octal | 366 | 357 | 245 | 0 | 3 | 41 | 4 | 67 | 122 | 121 |
| Binary | 11110110 | 11101111 | 10100101 | 0 | 11 | 100001 | 100 | 110111 | 1010010 | 1010001 |
Color Harmonies of #F6EFA5
Complementary color
Monochromatic Colors of #F6EFA5
Black with #F6EFA5
Text Example
Text Example
White with #F6EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EFA5; }
p { color: rgb(246,239,165); }
H1.HeaderClassName
{
color: #F6EFA5;
}
.AnyTagClassName
{
color: #F6EFA5;
}
</style>
background-color css
<style>
a { background-color: #F6EFA5; }
a { background-color: rgb(246,239,165); }
div.DivClassName
{
background-color: #F6EFA5;
}
.BgClassName
{
background-color: #F6EFA5;
}
</style>
border-color css
<style>
span { border-color: #F6EFA5; }
span { border-color: rgb(246,239,165); }
td.TdClassName
{
border-color: #F6EFA5;
}
.TagClassName
{
border-color: #F6EFA5;
}
</style>