Shades of Shalimar #FDF8AF
Tints of Shalimar #FDF8AF
RGB
CMYK
RGB Variations
Color information
#FDF8AF (or 0xFDF8AF) is known color: Shalimar. HEX triplet: FD, F8 and AF. RGB value is (253,248,175). Sum of RGB (Red+Green+Blue) = 253+248+175=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 175 (68.75% from 255 or 25.89% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8AF is #020750. Grayscale: #F1F1F1. Windows color (decimal): -132945 or 11532541. OLE color: 11532541.
HSL color Cylindrical-coordinate representation of color #FDF8AF: hue angle of 56.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDF8AF is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 175 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.01 |
| HSL | 56.15º | 0.95% | 0.84% | - |
| HSV(B) | 56.15º | 0.31% | 0.99% | - |
| XYZ | 81.81 | 91.11 | 53.83 | - |
| YUV | 241.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 175 | 0 | 0.02 | 0.31 | 0.01 | 56.15 | 0.95 | 0.84 |
| Hex | FD | F8 | AF | 0 | 2 | 1F | 1 | 38 | 5F | 54 |
| Octal | 375 | 370 | 257 | 0 | 2 | 37 | 1 | 70 | 137 | 124 |
| Binary | 11111101 | 11111000 | 10101111 | 0 | 10 | 11111 | 1 | 111000 | 1011111 | 1010100 |
Color Harmonies of #FDF8AF
Complementary color
Monochromatic Colors of #FDF8AF
Black with #FDF8AF
Text Example
Text Example
White with #FDF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8AF; }
p { color: rgb(253,248,175); }
H1.HeaderClassName
{
color: #FDF8AF;
}
.AnyTagClassName
{
color: #FDF8AF;
}
</style>
background-color css
<style>
a { background-color: #FDF8AF; }
a { background-color: rgb(253,248,175); }
div.DivClassName
{
background-color: #FDF8AF;
}
.BgClassName
{
background-color: #FDF8AF;
}
</style>
border-color css
<style>
span { border-color: #FDF8AF; }
span { border-color: rgb(253,248,175); }
td.TdClassName
{
border-color: #FDF8AF;
}
.TagClassName
{
border-color: #FDF8AF;
}
</style>