Shades of Shalimar #FFF5AF
Tints of Shalimar #FFF5AF
RGB
CMYK
RGB Variations
Color information
#FFF5AF (or 0xFFF5AF) is known color: Shalimar. HEX triplet: FF, F5 and AF. RGB value is (255,245,175). Sum of RGB (Red+Green+Blue) = 255+245+175=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 175 (68.75% from 255 or 25.93% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF5AF is #000A50. Grayscale: #F0F0F0. Windows color (decimal): -2641 or 11531775. OLE color: 11531775.
HSL color Cylindrical-coordinate representation of color #FFF5AF: hue angle of 52.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFF5AF is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 175 | - |
| CMYK | 0 | 0.04 | 0.31 | 0 |
| HSL | 52.5º | 1% | 0.84% | - |
| HSV(B) | 52.5º | 0.31% | 1% | - |
| XYZ | 81.63 | 89.66 | 53.56 | - |
| YUV | 240.01 | 91.31 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 175 | 0 | 0.04 | 0.31 | 0 | 52.5 | 1 | 0.84 |
| Hex | FF | F5 | AF | 0 | 4 | 1F | 0 | 34 | 64 | 54 |
| Octal | 377 | 365 | 257 | 0 | 4 | 37 | 0 | 64 | 144 | 124 |
| Binary | 11111111 | 11110101 | 10101111 | 0 | 100 | 11111 | 0 | 110100 | 1100100 | 1010100 |
Color Harmonies of #FFF5AF
Complementary color
Monochromatic Colors of #FFF5AF
Black with #FFF5AF
Text Example
Text Example
White with #FFF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5AF; }
p { color: rgb(255,245,175); }
H1.HeaderClassName
{
color: #FFF5AF;
}
.AnyTagClassName
{
color: #FFF5AF;
}
</style>
background-color css
<style>
a { background-color: #FFF5AF; }
a { background-color: rgb(255,245,175); }
div.DivClassName
{
background-color: #FFF5AF;
}
.BgClassName
{
background-color: #FFF5AF;
}
</style>
border-color css
<style>
span { border-color: #FFF5AF; }
span { border-color: rgb(255,245,175); }
td.TdClassName
{
border-color: #FFF5AF;
}
.TagClassName
{
border-color: #FFF5AF;
}
</style>