Shades of Varden #FDF0CE
Tints of Varden #FDF0CE
RGB
CMYK
RGB Variations
Color information
#FDF0CE (or 0xFDF0CE) is known color: Varden. HEX triplet: FD, F0 and CE. RGB value is (253,240,206). Sum of RGB (Red+Green+Blue) = 253+240+206=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0CE is #020F31. Grayscale: #F0F0F0. Windows color (decimal): -134962 or 13562109. OLE color: 13562109.
HSL color Cylindrical-coordinate representation of color #FDF0CE: hue angle of 43.4º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDF0CE is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 206 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.01 |
| HSL | 43.4º | 0.92% | 0.9% | - |
| HSV(B) | 43.4º | 0.19% | 0.99% | - |
| XYZ | 82.81 | 87.66 | 70.95 | - |
| YUV | 240.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 206 | 0 | 0.05 | 0.19 | 0.01 | 43.4 | 0.92 | 0.9 |
| Hex | FD | F0 | CE | 0 | 5 | 13 | 1 | 2B | 5C | 5A |
| Octal | 375 | 360 | 316 | 0 | 5 | 23 | 1 | 53 | 134 | 132 |
| Binary | 11111101 | 11110000 | 11001110 | 0 | 101 | 10011 | 1 | 101011 | 1011100 | 1011010 |
Color Harmonies of #FDF0CE
Complementary color
Monochromatic Colors of #FDF0CE
Black with #FDF0CE
Text Example
Text Example
White with #FDF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0CE; }
p { color: rgb(253,240,206); }
H1.HeaderClassName
{
color: #FDF0CE;
}
.AnyTagClassName
{
color: #FDF0CE;
}
</style>
background-color css
<style>
a { background-color: #FDF0CE; }
a { background-color: rgb(253,240,206); }
div.DivClassName
{
background-color: #FDF0CE;
}
.BgClassName
{
background-color: #FDF0CE;
}
</style>
border-color css
<style>
span { border-color: #FDF0CE; }
span { border-color: rgb(253,240,206); }
td.TdClassName
{
border-color: #FDF0CE;
}
.TagClassName
{
border-color: #FDF0CE;
}
</style>