Shades of Shalimar #FFFDA5
Tints of Shalimar #FFFDA5
RGB
CMYK
RGB Variations
Color information
#FFFDA5 (or 0xFFFDA5) is known color: Shalimar. HEX triplet: FF, FD and A5. RGB value is (255,253,165). Sum of RGB (Red+Green+Blue) = 255+253+165=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 165 (64.84% from 255 or 24.52% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA5 is #00025A. Grayscale: #F3F3F3. Windows color (decimal): -603 or 10878463. OLE color: 10878463.
HSL color Cylindrical-coordinate representation of color #FFFDA5: hue angle of 58.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFDA5 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 165 | - |
| CMYK | 0 | 0.01 | 0.35 | 0 |
| HSL | 58.67º | 1% | 0.82% | - |
| HSV(B) | 58.67º | 0.35% | 1% | - |
| XYZ | 83.16 | 94.23 | 49.4 | - |
| YUV | 243.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 165 | 0 | 0.01 | 0.35 | 0 | 58.67 | 1 | 0.82 |
| Hex | FF | FD | A5 | 0 | 1 | 23 | 0 | 3B | 64 | 52 |
| Octal | 377 | 375 | 245 | 0 | 1 | 43 | 0 | 73 | 144 | 122 |
| Binary | 11111111 | 11111101 | 10100101 | 0 | 1 | 100011 | 0 | 111011 | 1100100 | 1010010 |
Color Harmonies of #FFFDA5
Complementary color
Monochromatic Colors of #FFFDA5
Black with #FFFDA5
Text Example
Text Example
White with #FFFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDA5; }
p { color: rgb(255,253,165); }
H1.HeaderClassName
{
color: #FFFDA5;
}
.AnyTagClassName
{
color: #FFFDA5;
}
</style>
background-color css
<style>
a { background-color: #FFFDA5; }
a { background-color: rgb(255,253,165); }
div.DivClassName
{
background-color: #FFFDA5;
}
.BgClassName
{
background-color: #FFFDA5;
}
</style>
border-color css
<style>
span { border-color: #FFFDA5; }
span { border-color: rgb(255,253,165); }
td.TdClassName
{
border-color: #FFFDA5;
}
.TagClassName
{
border-color: #FFFDA5;
}
</style>