Shades of Varden #FDF0D1
Tints of Varden #FDF0D1
RGB
CMYK
RGB Variations
Color information
#FDF0D1 (or 0xFDF0D1) is known color: Varden. HEX triplet: FD, F0 and D1. RGB value is (253,240,209). Sum of RGB (Red+Green+Blue) = 253+240+209=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D1 is #020F2E. Grayscale: #F0F0F0. Windows color (decimal): -134959 or 13758717. OLE color: 13758717.
HSL color Cylindrical-coordinate representation of color #FDF0D1: hue angle of 42.27º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDF0D1 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 209 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.01 |
| HSL | 42.27º | 0.92% | 0.91% | - |
| HSV(B) | 42.27º | 0.17% | 0.99% | - |
| XYZ | 83.18 | 87.81 | 72.89 | - |
| YUV | 240.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 209 | 0 | 0.05 | 0.17 | 0.01 | 42.27 | 0.92 | 0.91 |
| Hex | FD | F0 | D1 | 0 | 5 | 11 | 1 | 2A | 5C | 5B |
| Octal | 375 | 360 | 321 | 0 | 5 | 21 | 1 | 52 | 134 | 133 |
| Binary | 11111101 | 11110000 | 11010001 | 0 | 101 | 10001 | 1 | 101010 | 1011100 | 1011011 |
Color Harmonies of #FDF0D1
Complementary color
Monochromatic Colors of #FDF0D1
Black with #FDF0D1
Text Example
Text Example
White with #FDF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0D1; }
p { color: rgb(253,240,209); }
H1.HeaderClassName
{
color: #FDF0D1;
}
.AnyTagClassName
{
color: #FDF0D1;
}
</style>
background-color css
<style>
a { background-color: #FDF0D1; }
a { background-color: rgb(253,240,209); }
div.DivClassName
{
background-color: #FDF0D1;
}
.BgClassName
{
background-color: #FDF0D1;
}
</style>
border-color css
<style>
span { border-color: #FDF0D1; }
span { border-color: rgb(253,240,209); }
td.TdClassName
{
border-color: #FDF0D1;
}
.TagClassName
{
border-color: #FDF0D1;
}
</style>