Shades of Shalimar #FFF7A6
Tints of Shalimar #FFF7A6
RGB
CMYK
RGB Variations
Color information
#FFF7A6 (or 0xFFF7A6) is known color: Shalimar. HEX triplet: FF, F7 and A6. RGB value is (255,247,166). Sum of RGB (Red+Green+Blue) = 255+247+166=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 166 (65.23% from 255 or 24.85% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7A6 is #000859. Grayscale: #F0F0F0. Windows color (decimal): -2138 or 10942463. OLE color: 10942463.
HSL color Cylindrical-coordinate representation of color #FFF7A6: hue angle of 54.61º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF7A6 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 166 | - |
| CMYK | 0 | 0.03 | 0.35 | 0 |
| HSL | 54.61º | 1% | 0.83% | - |
| HSV(B) | 54.61º | 0.35% | 1% | - |
| XYZ | 81.38 | 90.53 | 49.26 | - |
| YUV | 240.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 166 | 0 | 0.03 | 0.35 | 0 | 54.61 | 1 | 0.83 |
| Hex | FF | F7 | A6 | 0 | 3 | 23 | 0 | 37 | 64 | 53 |
| Octal | 377 | 367 | 246 | 0 | 3 | 43 | 0 | 67 | 144 | 123 |
| Binary | 11111111 | 11110111 | 10100110 | 0 | 11 | 100011 | 0 | 110111 | 1100100 | 1010011 |
Color Harmonies of #FFF7A6
Complementary color
Monochromatic Colors of #FFF7A6
Black with #FFF7A6
Text Example
Text Example
White with #FFF7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7A6; }
p { color: rgb(255,247,166); }
H1.HeaderClassName
{
color: #FFF7A6;
}
.AnyTagClassName
{
color: #FFF7A6;
}
</style>
background-color css
<style>
a { background-color: #FFF7A6; }
a { background-color: rgb(255,247,166); }
div.DivClassName
{
background-color: #FFF7A6;
}
.BgClassName
{
background-color: #FFF7A6;
}
</style>
border-color css
<style>
span { border-color: #FFF7A6; }
span { border-color: rgb(255,247,166); }
td.TdClassName
{
border-color: #FFF7A6;
}
.TagClassName
{
border-color: #FFF7A6;
}
</style>