Shades of Shalimar #FFFDAF
Tints of Shalimar #FFFDAF
RGB
CMYK
RGB Variations
Color information
#FFFDAF (or 0xFFFDAF) is known color: Shalimar. HEX triplet: FF, FD and AF. RGB value is (255,253,175). Sum of RGB (Red+Green+Blue) = 255+253+175=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 175 (68.75% from 255 or 25.62% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDAF is #000250. Grayscale: #F5F5F5. Windows color (decimal): -593 or 11533823. OLE color: 11533823.
HSL color Cylindrical-coordinate representation of color #FFFDAF: hue angle of 58.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 #FFFDAF is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 175 | - |
| CMYK | 0 | 0.01 | 0.31 | 0 |
| HSL | 58.5º | 1% | 0.84% | - |
| HSV(B) | 58.5º | 0.31% | 1% | - |
| XYZ | 84.1 | 94.61 | 54.39 | - |
| YUV | 244.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 175 | 0 | 0.01 | 0.31 | 0 | 58.5 | 1 | 0.84 |
| Hex | FF | FD | AF | 0 | 1 | 1F | 0 | 3A | 64 | 54 |
| Octal | 377 | 375 | 257 | 0 | 1 | 37 | 0 | 72 | 144 | 124 |
| Binary | 11111111 | 11111101 | 10101111 | 0 | 1 | 11111 | 0 | 111010 | 1100100 | 1010100 |
Color Harmonies of #FFFDAF
Complementary color
Monochromatic Colors of #FFFDAF
Black with #FFFDAF
Text Example
Text Example
White with #FFFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDAF; }
p { color: rgb(255,253,175); }
H1.HeaderClassName
{
color: #FFFDAF;
}
.AnyTagClassName
{
color: #FFFDAF;
}
</style>
background-color css
<style>
a { background-color: #FFFDAF; }
a { background-color: rgb(255,253,175); }
div.DivClassName
{
background-color: #FFFDAF;
}
.BgClassName
{
background-color: #FFFDAF;
}
</style>
border-color css
<style>
span { border-color: #FFFDAF; }
span { border-color: rgb(255,253,175); }
td.TdClassName
{
border-color: #FFFDAF;
}
.TagClassName
{
border-color: #FFFDAF;
}
</style>