Shades of Shalimar #FFF4A8
Tints of Shalimar #FFF4A8
RGB
CMYK
RGB Variations
Color information
#FFF4A8 (or 0xFFF4A8) is known color: Shalimar. HEX triplet: FF, F4 and A8. RGB value is (255,244,168). Sum of RGB (Red+Green+Blue) = 255+244+168=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 168 (66.02% from 255 or 25.19% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4A8 is #000B57. Grayscale: #EEEEEE. Windows color (decimal): -2904 or 11072767. OLE color: 11072767.
HSL color Cylindrical-coordinate representation of color #FFF4A8: hue angle of 52.41º 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 #FFF4A8 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 168 | - |
| CMYK | 0 | 0.04 | 0.34 | 0 |
| HSL | 52.41º | 1% | 0.83% | - |
| HSV(B) | 52.41º | 0.34% | 1% | - |
| XYZ | 80.66 | 88.79 | 49.93 | - |
| YUV | 238.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 168 | 0 | 0.04 | 0.34 | 0 | 52.41 | 1 | 0.83 |
| Hex | FF | F4 | A8 | 0 | 4 | 22 | 0 | 34 | 64 | 53 |
| Octal | 377 | 364 | 250 | 0 | 4 | 42 | 0 | 64 | 144 | 123 |
| Binary | 11111111 | 11110100 | 10101000 | 0 | 100 | 100010 | 0 | 110100 | 1100100 | 1010011 |
Color Harmonies of #FFF4A8
Complementary color
Monochromatic Colors of #FFF4A8
Black with #FFF4A8
Text Example
Text Example
White with #FFF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4A8; }
p { color: rgb(255,244,168); }
H1.HeaderClassName
{
color: #FFF4A8;
}
.AnyTagClassName
{
color: #FFF4A8;
}
</style>
background-color css
<style>
a { background-color: #FFF4A8; }
a { background-color: rgb(255,244,168); }
div.DivClassName
{
background-color: #FFF4A8;
}
.BgClassName
{
background-color: #FFF4A8;
}
</style>
border-color css
<style>
span { border-color: #FFF4A8; }
span { border-color: rgb(255,244,168); }
td.TdClassName
{
border-color: #FFF4A8;
}
.TagClassName
{
border-color: #FFF4A8;
}
</style>