Shades of Shalimar #FFFDB4
Tints of Shalimar #FFFDB4
RGB
CMYK
RGB Variations
Color information
#FFFDB4 (or 0xFFFDB4) is known color: Shalimar. HEX triplet: FF, FD and B4. RGB value is (255,253,180). Sum of RGB (Red+Green+Blue) = 255+253+180=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 180 (70.70% from 255 or 26.16% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDB4 is #00024B. Grayscale: #F5F5F5. Windows color (decimal): -588 or 11861503. OLE color: 11861503.
HSL color Cylindrical-coordinate representation of color #FFFDB4: hue angle of 58.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFFDB4 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 180 | - |
| CMYK | 0 | 0.01 | 0.29 | 0 |
| HSL | 58.4º | 1% | 0.85% | - |
| HSV(B) | 58.4º | 0.29% | 1% | - |
| XYZ | 84.6 | 94.81 | 57.02 | - |
| YUV | 245.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 180 | 0 | 0.01 | 0.29 | 0 | 58.4 | 1 | 0.85 |
| Hex | FF | FD | B4 | 0 | 1 | 1D | 0 | 3A | 64 | 55 |
| Octal | 377 | 375 | 264 | 0 | 1 | 35 | 0 | 72 | 144 | 125 |
| Binary | 11111111 | 11111101 | 10110100 | 0 | 1 | 11101 | 0 | 111010 | 1100100 | 1010101 |
Color Harmonies of #FFFDB4
Complementary color
Monochromatic Colors of #FFFDB4
Black with #FFFDB4
Text Example
Text Example
White with #FFFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDB4; }
p { color: rgb(255,253,180); }
H1.HeaderClassName
{
color: #FFFDB4;
}
.AnyTagClassName
{
color: #FFFDB4;
}
</style>
background-color css
<style>
a { background-color: #FFFDB4; }
a { background-color: rgb(255,253,180); }
div.DivClassName
{
background-color: #FFFDB4;
}
.BgClassName
{
background-color: #FFFDB4;
}
</style>
border-color css
<style>
span { border-color: #FFFDB4; }
span { border-color: rgb(255,253,180); }
td.TdClassName
{
border-color: #FFFDB4;
}
.TagClassName
{
border-color: #FFFDB4;
}
</style>