Shades of Varden #FDF1D0
Tints of Varden #FDF1D0
RGB
CMYK
RGB Variations
Color information
#FDF1D0 (or 0xFDF1D0) is known color: Varden. HEX triplet: FD, F1 and D0. RGB value is (253,241,208). Sum of RGB (Red+Green+Blue) = 253+241+208=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 208 (81.64% from 255 or 29.63% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF1D0 is #020E2F. Grayscale: #F0F0F0. Windows color (decimal): -134704 or 13693437. OLE color: 13693437.
HSL color Cylindrical-coordinate representation of color #FDF1D0: hue angle of 44º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDF1D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 208 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.01 |
| HSL | 44º | 0.92% | 0.9% | - |
| HSV(B) | 44º | 0.18% | 0.99% | - |
| XYZ | 83.35 | 88.35 | 72.33 | - |
| YUV | 240.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 208 | 0 | 0.05 | 0.18 | 0.01 | 44 | 0.92 | 0.9 |
| Hex | FD | F1 | D0 | 0 | 5 | 12 | 1 | 2C | 5C | 5A |
| Octal | 375 | 361 | 320 | 0 | 5 | 22 | 1 | 54 | 134 | 132 |
| Binary | 11111101 | 11110001 | 11010000 | 0 | 101 | 10010 | 1 | 101100 | 1011100 | 1011010 |
Color Harmonies of #FDF1D0
Complementary color
Monochromatic Colors of #FDF1D0
Black with #FDF1D0
Text Example
Text Example
White with #FDF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1D0; }
p { color: rgb(253,241,208); }
H1.HeaderClassName
{
color: #FDF1D0;
}
.AnyTagClassName
{
color: #FDF1D0;
}
</style>
background-color css
<style>
a { background-color: #FDF1D0; }
a { background-color: rgb(253,241,208); }
div.DivClassName
{
background-color: #FDF1D0;
}
.BgClassName
{
background-color: #FDF1D0;
}
</style>
border-color css
<style>
span { border-color: #FDF1D0; }
span { border-color: rgb(253,241,208); }
td.TdClassName
{
border-color: #FDF1D0;
}
.TagClassName
{
border-color: #FDF1D0;
}
</style>