Shades of Shalimar #FFF5AC
Tints of Shalimar #FFF5AC
RGB
CMYK
RGB Variations
Color information
#FFF5AC (or 0xFFF5AC) is known color: Shalimar. HEX triplet: FF, F5 and AC. RGB value is (255,245,172). Sum of RGB (Red+Green+Blue) = 255+245+172=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 172 (67.58% from 255 or 25.60% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AC is #000A53. Grayscale: #EFEFEF. Windows color (decimal): -2644 or 11335167. OLE color: 11335167.
HSL color Cylindrical-coordinate representation of color #FFF5AC: hue angle of 52.77º 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 #FFF5AC is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 245 | 172 | - |
CMYK | 0 | 0.04 | 0.33 | 0 |
HSL | 52.77º | 1% | 0.84% | - |
HSV(B) | 52.77º | 0.33% | 1% | - |
XYZ | 81.34 | 89.54 | 52.03 | - |
YUV | 239.67 | 89.81 | 138.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 245 | 172 | 0 | 0.04 | 0.33 | 0 | 52.77 | 1 | 0.84 |
Hex | FF | F5 | AC | 0 | 4 | 21 | 0 | 35 | 64 | 54 |
Octal | 377 | 365 | 254 | 0 | 4 | 41 | 0 | 65 | 144 | 124 |
Binary | 11111111 | 11110101 | 10101100 | 0 | 100 | 100001 | 0 | 110101 | 1100100 | 1010100 |
Color Harmonies of #FFF5AC
Complementary color
Monochromatic Colors of #FFF5AC
Black with #FFF5AC
Text Example
Text Example
White with #FFF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5AC; }
p { color: rgb(255,245,172); }
H1.HeaderClassName
{
color: #FFF5AC;
}
.AnyTagClassName
{
color: #FFF5AC;
}
</style>
background-color css
<style>
a { background-color: #FFF5AC; }
a { background-color: rgb(255,245,172); }
div.DivClassName
{
background-color: #FFF5AC;
}
.BgClassName
{
background-color: #FFF5AC;
}
</style>
border-color css
<style>
span { border-color: #FFF5AC; }
span { border-color: rgb(255,245,172); }
td.TdClassName
{
border-color: #FFF5AC;
}
.TagClassName
{
border-color: #FFF5AC;
}
</style>