Shades of Varden #FDEFD0
Tints of Varden #FDEFD0
RGB
CMYK
RGB Variations
Color information
#FDEFD0 (or 0xFDEFD0) is known color: Varden. HEX triplet: FD, EF and D0. RGB value is (253,239,208). Sum of RGB (Red+Green+Blue) = 253+239+208=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 208 (81.64% from 255 or 29.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFD0 is #02102F. Grayscale: #EFEFEF. Windows color (decimal): -135216 or 13692925. OLE color: 13692925.
HSL color Cylindrical-coordinate representation of color #FDEFD0: hue angle of 41.33º 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 #FDEFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 208 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.01 |
| HSL | 41.33º | 0.92% | 0.9% | - |
| HSV(B) | 41.33º | 0.18% | 0.99% | - |
| XYZ | 82.76 | 87.17 | 72.14 | - |
| YUV | 239.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 208 | 0 | 0.06 | 0.18 | 0.01 | 41.33 | 0.92 | 0.9 |
| Hex | FD | EF | D0 | 0 | 6 | 12 | 1 | 29 | 5C | 5A |
| Octal | 375 | 357 | 320 | 0 | 6 | 22 | 1 | 51 | 134 | 132 |
| Binary | 11111101 | 11101111 | 11010000 | 0 | 110 | 10010 | 1 | 101001 | 1011100 | 1011010 |
Color Harmonies of #FDEFD0
Complementary color
Monochromatic Colors of #FDEFD0
Black with #FDEFD0
Text Example
Text Example
White with #FDEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFD0; }
p { color: rgb(253,239,208); }
H1.HeaderClassName
{
color: #FDEFD0;
}
.AnyTagClassName
{
color: #FDEFD0;
}
</style>
background-color css
<style>
a { background-color: #FDEFD0; }
a { background-color: rgb(253,239,208); }
div.DivClassName
{
background-color: #FDEFD0;
}
.BgClassName
{
background-color: #FDEFD0;
}
</style>
border-color css
<style>
span { border-color: #FDEFD0; }
span { border-color: rgb(253,239,208); }
td.TdClassName
{
border-color: #FDEFD0;
}
.TagClassName
{
border-color: #FDEFD0;
}
</style>