Shades of Shalimar #FFFDA4
Tints of Shalimar #FFFDA4
RGB
CMYK
RGB Variations
Color information
#FFFDA4 (or 0xFFFDA4) is known color: Shalimar. HEX triplet: FF, FD and A4. RGB value is (255,253,164). Sum of RGB (Red+Green+Blue) = 255+253+164=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 164 (64.45% from 255 or 24.40% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA4 is #00025B. Grayscale: #F3F3F3. Windows color (decimal): -604 or 10812927. OLE color: 10812927.
HSL color Cylindrical-coordinate representation of color #FFFDA4: hue angle of 58.68º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFFDA4 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 164 | - |
| CMYK | 0 | 0.01 | 0.36 | 0 |
| HSL | 58.68º | 1% | 0.82% | - |
| HSV(B) | 58.68º | 0.36% | 1% | - |
| XYZ | 83.07 | 94.19 | 48.92 | - |
| YUV | 243.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 164 | 0 | 0.01 | 0.36 | 0 | 58.68 | 1 | 0.82 |
| Hex | FF | FD | A4 | 0 | 1 | 24 | 0 | 3B | 64 | 52 |
| Octal | 377 | 375 | 244 | 0 | 1 | 44 | 0 | 73 | 144 | 122 |
| Binary | 11111111 | 11111101 | 10100100 | 0 | 1 | 100100 | 0 | 111011 | 1100100 | 1010010 |
Color Harmonies of #FFFDA4
Complementary color
Monochromatic Colors of #FFFDA4
Black with #FFFDA4
Text Example
Text Example
White with #FFFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDA4; }
p { color: rgb(255,253,164); }
H1.HeaderClassName
{
color: #FFFDA4;
}
.AnyTagClassName
{
color: #FFFDA4;
}
</style>
background-color css
<style>
a { background-color: #FFFDA4; }
a { background-color: rgb(255,253,164); }
div.DivClassName
{
background-color: #FFFDA4;
}
.BgClassName
{
background-color: #FFFDA4;
}
</style>
border-color css
<style>
span { border-color: #FFFDA4; }
span { border-color: rgb(255,253,164); }
td.TdClassName
{
border-color: #FFFDA4;
}
.TagClassName
{
border-color: #FFFDA4;
}
</style>