Shades of Shalimar #FFF4AC
Tints of Shalimar #FFF4AC
RGB
CMYK
RGB Variations
Color information
#FFF4AC (or 0xFFF4AC) is known color: Shalimar. HEX triplet: FF, F4 and AC. RGB value is (255,244,172). Sum of RGB (Red+Green+Blue) = 255+244+172=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF4AC is #000B53. Grayscale: #EFEFEF. Windows color (decimal): -2900 or 11334911. OLE color: 11334911.
HSL color Cylindrical-coordinate representation of color #FFF4AC: hue angle of 52.05º 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 #FFF4AC is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 172 | - |
| CMYK | 0 | 0.04 | 0.33 | 0 |
| HSL | 52.05º | 1% | 0.84% | - |
| HSV(B) | 52.05º | 0.33% | 1% | - |
| XYZ | 81.04 | 88.94 | 51.93 | - |
| YUV | 239.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 172 | 0 | 0.04 | 0.33 | 0 | 52.05 | 1 | 0.84 |
| Hex | FF | F4 | AC | 0 | 4 | 21 | 0 | 34 | 64 | 54 |
| Octal | 377 | 364 | 254 | 0 | 4 | 41 | 0 | 64 | 144 | 124 |
| Binary | 11111111 | 11110100 | 10101100 | 0 | 100 | 100001 | 0 | 110100 | 1100100 | 1010100 |
Color Harmonies of #FFF4AC
Complementary color
Monochromatic Colors of #FFF4AC
Black with #FFF4AC
Text Example
Text Example
White with #FFF4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4AC; }
p { color: rgb(255,244,172); }
H1.HeaderClassName
{
color: #FFF4AC;
}
.AnyTagClassName
{
color: #FFF4AC;
}
</style>
background-color css
<style>
a { background-color: #FFF4AC; }
a { background-color: rgb(255,244,172); }
div.DivClassName
{
background-color: #FFF4AC;
}
.BgClassName
{
background-color: #FFF4AC;
}
</style>
border-color css
<style>
span { border-color: #FFF4AC; }
span { border-color: rgb(255,244,172); }
td.TdClassName
{
border-color: #FFF4AC;
}
.TagClassName
{
border-color: #FFF4AC;
}
</style>