Shades of Shalimar #FFF5AD
Tints of Shalimar #FFF5AD
RGB
CMYK
RGB Variations
Color information
#FFF5AD (or 0xFFF5AD) is known color: Shalimar. HEX triplet: FF, F5 and AD. RGB value is (255,245,173). Sum of RGB (Red+Green+Blue) = 255+245+173=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AD is #000A52. Grayscale: #F0F0F0. Windows color (decimal): -2643 or 11400703. OLE color: 11400703.
HSL color Cylindrical-coordinate representation of color #FFF5AD: hue angle of 52.68º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF5AD is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 173 | - |
| CMYK | 0 | 0.04 | 0.32 | 0 |
| HSL | 52.68º | 1% | 0.84% | - |
| HSV(B) | 52.68º | 0.32% | 1% | - |
| XYZ | 81.44 | 89.58 | 52.53 | - |
| YUV | 239.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 173 | 0 | 0.04 | 0.32 | 0 | 52.68 | 1 | 0.84 |
| Hex | FF | F5 | AD | 0 | 4 | 20 | 0 | 35 | 64 | 54 |
| Octal | 377 | 365 | 255 | 0 | 4 | 40 | 0 | 65 | 144 | 124 |
| Binary | 11111111 | 11110101 | 10101101 | 0 | 100 | 100000 | 0 | 110101 | 1100100 | 1010100 |
Color Harmonies of #FFF5AD
Complementary color
Monochromatic Colors of #FFF5AD
Black with #FFF5AD
Text Example
Text Example
White with #FFF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5AD; }
p { color: rgb(255,245,173); }
H1.HeaderClassName
{
color: #FFF5AD;
}
.AnyTagClassName
{
color: #FFF5AD;
}
</style>
background-color css
<style>
a { background-color: #FFF5AD; }
a { background-color: rgb(255,245,173); }
div.DivClassName
{
background-color: #FFF5AD;
}
.BgClassName
{
background-color: #FFF5AD;
}
</style>
border-color css
<style>
span { border-color: #FFF5AD; }
span { border-color: rgb(255,245,173); }
td.TdClassName
{
border-color: #FFF5AD;
}
.TagClassName
{
border-color: #FFF5AD;
}
</style>