Shades of Shalimar #FFFDA7
Tints of Shalimar #FFFDA7
RGB
CMYK
RGB Variations
Color information
#FFFDA7 (or 0xFFFDA7) is known color: Shalimar. HEX triplet: FF, FD and A7. RGB value is (255,253,167). Sum of RGB (Red+Green+Blue) = 255+253+167=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 167 (65.62% from 255 or 24.74% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFDA7 is #000258. Grayscale: #F4F4F4. Windows color (decimal): -601 or 11009535. OLE color: 11009535.
HSL color Cylindrical-coordinate representation of color #FFFDA7: hue angle of 58.64º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFDA7 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 167 | - |
| CMYK | 0 | 0.01 | 0.35 | 0 |
| HSL | 58.64º | 1% | 0.83% | - |
| HSV(B) | 58.64º | 0.35% | 1% | - |
| XYZ | 83.34 | 94.3 | 50.37 | - |
| YUV | 243.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 167 | 0 | 0.01 | 0.35 | 0 | 58.64 | 1 | 0.83 |
| Hex | FF | FD | A7 | 0 | 1 | 23 | 0 | 3B | 64 | 53 |
| Octal | 377 | 375 | 247 | 0 | 1 | 43 | 0 | 73 | 144 | 123 |
| Binary | 11111111 | 11111101 | 10100111 | 0 | 1 | 100011 | 0 | 111011 | 1100100 | 1010011 |
Color Harmonies of #FFFDA7
Complementary color
Monochromatic Colors of #FFFDA7
Black with #FFFDA7
Text Example
Text Example
White with #FFFDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDA7; }
p { color: rgb(255,253,167); }
H1.HeaderClassName
{
color: #FFFDA7;
}
.AnyTagClassName
{
color: #FFFDA7;
}
</style>
background-color css
<style>
a { background-color: #FFFDA7; }
a { background-color: rgb(255,253,167); }
div.DivClassName
{
background-color: #FFFDA7;
}
.BgClassName
{
background-color: #FFFDA7;
}
</style>
border-color css
<style>
span { border-color: #FFFDA7; }
span { border-color: rgb(255,253,167); }
td.TdClassName
{
border-color: #FFFDA7;
}
.TagClassName
{
border-color: #FFFDA7;
}
</style>