Shades of Shalimar #FFF7AA
Tints of Shalimar #FFF7AA
RGB
CMYK
RGB Variations
Color information
#FFF7AA (or 0xFFF7AA) is known color: Shalimar. HEX triplet: FF, F7 and AA. RGB value is (255,247,170). Sum of RGB (Red+Green+Blue) = 255+247+170=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AA is #000855. Grayscale: #F0F0F0. Windows color (decimal): -2134 or 11204607. OLE color: 11204607.
HSL color Cylindrical-coordinate representation of color #FFF7AA: hue angle of 54.35º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF7AA is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 170 | - |
| CMYK | 0 | 0.03 | 0.33 | 0 |
| HSL | 54.35º | 1% | 0.83% | - |
| HSV(B) | 54.35º | 0.33% | 1% | - |
| XYZ | 81.76 | 90.68 | 51.22 | - |
| YUV | 240.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 170 | 0 | 0.03 | 0.33 | 0 | 54.35 | 1 | 0.83 |
| Hex | FF | F7 | AA | 0 | 3 | 21 | 0 | 36 | 64 | 53 |
| Octal | 377 | 367 | 252 | 0 | 3 | 41 | 0 | 66 | 144 | 123 |
| Binary | 11111111 | 11110111 | 10101010 | 0 | 11 | 100001 | 0 | 110110 | 1100100 | 1010011 |
Color Harmonies of #FFF7AA
Complementary color
Monochromatic Colors of #FFF7AA
Black with #FFF7AA
Text Example
Text Example
White with #FFF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7AA; }
p { color: rgb(255,247,170); }
H1.HeaderClassName
{
color: #FFF7AA;
}
.AnyTagClassName
{
color: #FFF7AA;
}
</style>
background-color css
<style>
a { background-color: #FFF7AA; }
a { background-color: rgb(255,247,170); }
div.DivClassName
{
background-color: #FFF7AA;
}
.BgClassName
{
background-color: #FFF7AA;
}
</style>
border-color css
<style>
span { border-color: #FFF7AA; }
span { border-color: rgb(255,247,170); }
td.TdClassName
{
border-color: #FFF7AA;
}
.TagClassName
{
border-color: #FFF7AA;
}
</style>