Shades of Shalimar #FFF6A8
Tints of Shalimar #FFF6A8
RGB
CMYK
RGB Variations
Color information
#FFF6A8 (or 0xFFF6A8) is known color: Shalimar. HEX triplet: FF, F6 and A8. RGB value is (255,246,168). Sum of RGB (Red+Green+Blue) = 255+246+168=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF6A8 is #000957. Grayscale: #F0F0F0. Windows color (decimal): -2392 or 11073279. OLE color: 11073279.
HSL color Cylindrical-coordinate representation of color #FFF6A8: hue angle of 53.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFF6A8 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 168 | - |
| CMYK | 0 | 0.04 | 0.34 | 0 |
| HSL | 53.79º | 1% | 0.83% | - |
| HSV(B) | 53.79º | 0.34% | 1% | - |
| XYZ | 81.26 | 90 | 50.13 | - |
| YUV | 239.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 168 | 0 | 0.04 | 0.34 | 0 | 53.79 | 1 | 0.83 |
| Hex | FF | F6 | A8 | 0 | 4 | 22 | 0 | 36 | 64 | 53 |
| Octal | 377 | 366 | 250 | 0 | 4 | 42 | 0 | 66 | 144 | 123 |
| Binary | 11111111 | 11110110 | 10101000 | 0 | 100 | 100010 | 0 | 110110 | 1100100 | 1010011 |
Color Harmonies of #FFF6A8
Complementary color
Monochromatic Colors of #FFF6A8
Black with #FFF6A8
Text Example
Text Example
White with #FFF6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6A8; }
p { color: rgb(255,246,168); }
H1.HeaderClassName
{
color: #FFF6A8;
}
.AnyTagClassName
{
color: #FFF6A8;
}
</style>
background-color css
<style>
a { background-color: #FFF6A8; }
a { background-color: rgb(255,246,168); }
div.DivClassName
{
background-color: #FFF6A8;
}
.BgClassName
{
background-color: #FFF6A8;
}
</style>
border-color css
<style>
span { border-color: #FFF6A8; }
span { border-color: rgb(255,246,168); }
td.TdClassName
{
border-color: #FFF6A8;
}
.TagClassName
{
border-color: #FFF6A8;
}
</style>