Shades of Shalimar #FFF6AC
Tints of Shalimar #FFF6AC
RGB
CMYK
RGB Variations
Color information
#FFF6AC (or 0xFFF6AC) is known color: Shalimar. HEX triplet: FF, F6 and AC. RGB value is (255,246,172). Sum of RGB (Red+Green+Blue) = 255+246+172=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 172 (67.58% from 255 or 25.56% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6AC is #000953. Grayscale: #F0F0F0. Windows color (decimal): -2388 or 11335423. OLE color: 11335423.
HSL color Cylindrical-coordinate representation of color #FFF6AC: hue angle of 53.49º 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 #FFF6AC is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 172 | - |
| CMYK | 0 | 0.04 | 0.33 | 0 |
| HSL | 53.49º | 1% | 0.84% | - |
| HSV(B) | 53.49º | 0.33% | 1% | - |
| XYZ | 81.64 | 90.15 | 52.13 | - |
| YUV | 240.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 172 | 0 | 0.04 | 0.33 | 0 | 53.49 | 1 | 0.84 |
| Hex | FF | F6 | AC | 0 | 4 | 21 | 0 | 35 | 64 | 54 |
| Octal | 377 | 366 | 254 | 0 | 4 | 41 | 0 | 65 | 144 | 124 |
| Binary | 11111111 | 11110110 | 10101100 | 0 | 100 | 100001 | 0 | 110101 | 1100100 | 1010100 |
Color Harmonies of #FFF6AC
Complementary color
Monochromatic Colors of #FFF6AC
Black with #FFF6AC
Text Example
Text Example
White with #FFF6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6AC; }
p { color: rgb(255,246,172); }
H1.HeaderClassName
{
color: #FFF6AC;
}
.AnyTagClassName
{
color: #FFF6AC;
}
</style>
background-color css
<style>
a { background-color: #FFF6AC; }
a { background-color: rgb(255,246,172); }
div.DivClassName
{
background-color: #FFF6AC;
}
.BgClassName
{
background-color: #FFF6AC;
}
</style>
border-color css
<style>
span { border-color: #FFF6AC; }
span { border-color: rgb(255,246,172); }
td.TdClassName
{
border-color: #FFF6AC;
}
.TagClassName
{
border-color: #FFF6AC;
}
</style>