Shades of Shalimar #FFFFAC
Tints of Shalimar #FFFFAC
RGB
CMYK
RGB Variations
Color information
#FFFFAC (or 0xFFFFAC) is known color: Shalimar. HEX triplet: FF, FF and AC. RGB value is (255,255,172). Sum of RGB (Red+Green+Blue) = 255+255+172=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 172 (67.58% from 255 or 25.22% from 682); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFAC is #000053. Grayscale: #F5F5F5. Windows color (decimal): -84 or 11337727. OLE color: 11337727.
HSL color Cylindrical-coordinate representation of color #FFFFAC: hue angle of 60º 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 #FFFFAC is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 172 | - |
CMYK | 0 | 0 | 0.33 | 0 |
HSL | 60º | 1% | 0.84% | - |
HSV(B) | 60º | 0.33% | 1% | - |
XYZ | 84.45 | 95.76 | 53.06 | - |
YUV | 245.54 | 86.5 | 134.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 172 | 0 | 0 | 0.33 | 0 | 60 | 1 | 0.84 |
Hex | FF | FF | AC | 0 | 0 | 21 | 0 | 3C | 64 | 54 |
Octal | 377 | 377 | 254 | 0 | 0 | 41 | 0 | 74 | 144 | 124 |
Binary | 11111111 | 11111111 | 10101100 | 0 | 0 | 100001 | 0 | 111100 | 1100100 | 1010100 |
Color Harmonies of #FFFFAC
Complementary color
Monochromatic Colors of #FFFFAC
Black with #FFFFAC
Text Example
Text Example
White with #FFFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFAC; }
p { color: rgb(255,255,172); }
H1.HeaderClassName
{
color: #FFFFAC;
}
.AnyTagClassName
{
color: #FFFFAC;
}
</style>
background-color css
<style>
a { background-color: #FFFFAC; }
a { background-color: rgb(255,255,172); }
div.DivClassName
{
background-color: #FFFFAC;
}
.BgClassName
{
background-color: #FFFFAC;
}
</style>
border-color css
<style>
span { border-color: #FFFFAC; }
span { border-color: rgb(255,255,172); }
td.TdClassName
{
border-color: #FFFFAC;
}
.TagClassName
{
border-color: #FFFFAC;
}
</style>