Shades of Shalimar #FFF4AF
Tints of Shalimar #FFF4AF
RGB
CMYK
RGB Variations
Color information
#FFF4AF (or 0xFFF4AF) is known color: Shalimar. HEX triplet: FF, F4 and AF. RGB value is (255,244,175). Sum of RGB (Red+Green+Blue) = 255+244+175=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 175 (68.75% from 255 or 25.96% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AF is #000B50. Grayscale: #EFEFEF. Windows color (decimal): -2897 or 11531519. OLE color: 11531519.
HSL color Cylindrical-coordinate representation of color #FFF4AF: hue angle of 51.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF4AF is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 175 | - |
| CMYK | 0 | 0.04 | 0.31 | 0 |
| HSL | 51.75º | 1% | 0.84% | - |
| HSV(B) | 51.75º | 0.31% | 1% | - |
| XYZ | 81.33 | 89.06 | 53.46 | - |
| YUV | 239.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 175 | 0 | 0.04 | 0.31 | 0 | 51.75 | 1 | 0.84 |
| Hex | FF | F4 | AF | 0 | 4 | 1F | 0 | 34 | 64 | 54 |
| Octal | 377 | 364 | 257 | 0 | 4 | 37 | 0 | 64 | 144 | 124 |
| Binary | 11111111 | 11110100 | 10101111 | 0 | 100 | 11111 | 0 | 110100 | 1100100 | 1010100 |
Color Harmonies of #FFF4AF
Complementary color
Monochromatic Colors of #FFF4AF
Black with #FFF4AF
Text Example
Text Example
White with #FFF4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4AF; }
p { color: rgb(255,244,175); }
H1.HeaderClassName
{
color: #FFF4AF;
}
.AnyTagClassName
{
color: #FFF4AF;
}
</style>
background-color css
<style>
a { background-color: #FFF4AF; }
a { background-color: rgb(255,244,175); }
div.DivClassName
{
background-color: #FFF4AF;
}
.BgClassName
{
background-color: #FFF4AF;
}
</style>
border-color css
<style>
span { border-color: #FFF4AF; }
span { border-color: rgb(255,244,175); }
td.TdClassName
{
border-color: #FFF4AF;
}
.TagClassName
{
border-color: #FFF4AF;
}
</style>