Shades of Shalimar #FFF7AC
Tints of Shalimar #FFF7AC
RGB
CMYK
RGB Variations
Color information
#FFF7AC (or 0xFFF7AC) is known color: Shalimar. HEX triplet: FF, F7 and AC. RGB value is (255,247,172). Sum of RGB (Red+Green+Blue) = 255+247+172=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF7AC is #000853. Grayscale: #F1F1F1. Windows color (decimal): -2132 or 11335679. OLE color: 11335679.
HSL color Cylindrical-coordinate representation of color #FFF7AC: hue angle of 54.22º 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 #FFF7AC is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 172 | - |
| CMYK | 0 | 0.03 | 0.33 | 0 |
| HSL | 54.22º | 1% | 0.84% | - |
| HSV(B) | 54.22º | 0.33% | 1% | - |
| XYZ | 81.95 | 90.76 | 52.23 | - |
| YUV | 240.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 172 | 0 | 0.03 | 0.33 | 0 | 54.22 | 1 | 0.84 |
| Hex | FF | F7 | AC | 0 | 3 | 21 | 0 | 36 | 64 | 54 |
| Octal | 377 | 367 | 254 | 0 | 3 | 41 | 0 | 66 | 144 | 124 |
| Binary | 11111111 | 11110111 | 10101100 | 0 | 11 | 100001 | 0 | 110110 | 1100100 | 1010100 |
Color Harmonies of #FFF7AC
Complementary color
Monochromatic Colors of #FFF7AC
Black with #FFF7AC
Text Example
Text Example
White with #FFF7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7AC; }
p { color: rgb(255,247,172); }
H1.HeaderClassName
{
color: #FFF7AC;
}
.AnyTagClassName
{
color: #FFF7AC;
}
</style>
background-color css
<style>
a { background-color: #FFF7AC; }
a { background-color: rgb(255,247,172); }
div.DivClassName
{
background-color: #FFF7AC;
}
.BgClassName
{
background-color: #FFF7AC;
}
</style>
border-color css
<style>
span { border-color: #FFF7AC; }
span { border-color: rgb(255,247,172); }
td.TdClassName
{
border-color: #FFF7AC;
}
.TagClassName
{
border-color: #FFF7AC;
}
</style>