Shades of Varden #FDF0D0
Tints of Varden #FDF0D0
RGB
CMYK
RGB Variations
Color information
#FDF0D0 (or 0xFDF0D0) is known color: Varden. HEX triplet: FD, F0 and D0. RGB value is (253,240,208). Sum of RGB (Red+Green+Blue) = 253+240+208=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0D0 is #020F2F. Grayscale: #F0F0F0. Windows color (decimal): -134960 or 13693181. OLE color: 13693181.
HSL color Cylindrical-coordinate representation of color #FDF0D0: hue angle of 42.67º 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 #FDF0D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 240 | 208 | - |
CMYK | 0 | 0.05 | 0.18 | 0.01 |
HSL | 42.67º | 0.92% | 0.9% | - |
HSV(B) | 42.67º | 0.18% | 0.99% | - |
XYZ | 83.05 | 87.76 | 72.24 | - |
YUV | 240.24 | 109.81 | 137.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 240 | 208 | 0 | 0.05 | 0.18 | 0.01 | 42.67 | 0.92 | 0.9 |
Hex | FD | F0 | D0 | 0 | 5 | 12 | 1 | 2B | 5C | 5A |
Octal | 375 | 360 | 320 | 0 | 5 | 22 | 1 | 53 | 134 | 132 |
Binary | 11111101 | 11110000 | 11010000 | 0 | 101 | 10010 | 1 | 101011 | 1011100 | 1011010 |
Color Harmonies of #FDF0D0
Complementary color
Monochromatic Colors of #FDF0D0
Black with #FDF0D0
Text Example
Text Example
White with #FDF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF0D0; }
p { color: rgb(253,240,208); }
H1.HeaderClassName
{
color: #FDF0D0;
}
.AnyTagClassName
{
color: #FDF0D0;
}
</style>
background-color css
<style>
a { background-color: #FDF0D0; }
a { background-color: rgb(253,240,208); }
div.DivClassName
{
background-color: #FDF0D0;
}
.BgClassName
{
background-color: #FDF0D0;
}
</style>
border-color css
<style>
span { border-color: #FDF0D0; }
span { border-color: rgb(253,240,208); }
td.TdClassName
{
border-color: #FDF0D0;
}
.TagClassName
{
border-color: #FDF0D0;
}
</style>