Shades of Shalimar #FFF7AB
Tints of Shalimar #FFF7AB
RGB
CMYK
RGB Variations
Color information
#FFF7AB (or 0xFFF7AB) is known color: Shalimar. HEX triplet: FF, F7 and AB. RGB value is (255,247,171). Sum of RGB (Red+Green+Blue) = 255+247+171=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 171 (67.19% from 255 or 25.41% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AB is #000854. Grayscale: #F1F1F1. Windows color (decimal): -2133 or 11270143. OLE color: 11270143.
HSL color Cylindrical-coordinate representation of color #FFF7AB: hue angle of 54.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF7AB is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 171 | - |
| CMYK | 0 | 0.03 | 0.33 | 0 |
| HSL | 54.29º | 1% | 0.84% | - |
| HSV(B) | 54.29º | 0.33% | 1% | - |
| XYZ | 81.85 | 90.72 | 51.73 | - |
| YUV | 240.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 171 | 0 | 0.03 | 0.33 | 0 | 54.29 | 1 | 0.84 |
| Hex | FF | F7 | AB | 0 | 3 | 21 | 0 | 36 | 64 | 54 |
| Octal | 377 | 367 | 253 | 0 | 3 | 41 | 0 | 66 | 144 | 124 |
| Binary | 11111111 | 11110111 | 10101011 | 0 | 11 | 100001 | 0 | 110110 | 1100100 | 1010100 |
Color Harmonies of #FFF7AB
Complementary color
Monochromatic Colors of #FFF7AB
Black with #FFF7AB
Text Example
Text Example
White with #FFF7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7AB; }
p { color: rgb(255,247,171); }
H1.HeaderClassName
{
color: #FFF7AB;
}
.AnyTagClassName
{
color: #FFF7AB;
}
</style>
background-color css
<style>
a { background-color: #FFF7AB; }
a { background-color: rgb(255,247,171); }
div.DivClassName
{
background-color: #FFF7AB;
}
.BgClassName
{
background-color: #FFF7AB;
}
</style>
border-color css
<style>
span { border-color: #FFF7AB; }
span { border-color: rgb(255,247,171); }
td.TdClassName
{
border-color: #FFF7AB;
}
.TagClassName
{
border-color: #FFF7AB;
}
</style>