Shades of Shalimar #FFF9AC
Tints of Shalimar #FFF9AC
RGB
CMYK
RGB Variations
Color information
#FFF9AC (or 0xFFF9AC) is known color: Shalimar. HEX triplet: FF, F9 and AC. RGB value is (255,249,172). Sum of RGB (Red+Green+Blue) = 255+249+172=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 172 (67.58% from 255 or 25.44% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9AC is #000653. Grayscale: #F2F2F2. Windows color (decimal): -1620 or 11336191. OLE color: 11336191.
HSL color Cylindrical-coordinate representation of color #FFF9AC: hue angle of 55.66º 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 #FFF9AC is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 172 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 55.66º | 1% | 0.84% | - |
| HSV(B) | 55.66º | 0.33% | 1% | - |
| XYZ | 82.56 | 91.99 | 52.43 | - |
| YUV | 242.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 172 | 0 | 0.02 | 0.33 | 0 | 55.66 | 1 | 0.84 |
| Hex | FF | F9 | AC | 0 | 2 | 21 | 0 | 38 | 64 | 54 |
| Octal | 377 | 371 | 254 | 0 | 2 | 41 | 0 | 70 | 144 | 124 |
| Binary | 11111111 | 11111001 | 10101100 | 0 | 10 | 100001 | 0 | 111000 | 1100100 | 1010100 |
Color Harmonies of #FFF9AC
Complementary color
Monochromatic Colors of #FFF9AC
Black with #FFF9AC
Text Example
Text Example
White with #FFF9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9AC; }
p { color: rgb(255,249,172); }
H1.HeaderClassName
{
color: #FFF9AC;
}
.AnyTagClassName
{
color: #FFF9AC;
}
</style>
background-color css
<style>
a { background-color: #FFF9AC; }
a { background-color: rgb(255,249,172); }
div.DivClassName
{
background-color: #FFF9AC;
}
.BgClassName
{
background-color: #FFF9AC;
}
</style>
border-color css
<style>
span { border-color: #FFF9AC; }
span { border-color: rgb(255,249,172); }
td.TdClassName
{
border-color: #FFF9AC;
}
.TagClassName
{
border-color: #FFF9AC;
}
</style>