Shades of Varden #FDEDD0
Tints of Varden #FDEDD0
RGB
CMYK
RGB Variations
Color information
#FDEDD0 (or 0xFDEDD0) is known color: Varden. HEX triplet: FD, ED and D0. RGB value is (253,237,208). Sum of RGB (Red+Green+Blue) = 253+237+208=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDD0 is #02122F. Grayscale: #EEEEEE. Windows color (decimal): -135728 or 13692413. OLE color: 13692413.
HSL color Cylindrical-coordinate representation of color #FDEDD0: hue angle of 38.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 #FDEDD0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 208 | - |
CMYK | 0 | 0.06 | 0.18 | 0.01 |
HSL | 38.67º | 0.92% | 0.9% | - |
HSV(B) | 38.67º | 0.18% | 0.99% | - |
XYZ | 82.18 | 86.01 | 71.94 | - |
YUV | 238.48 | 110.8 | 138.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 208 | 0 | 0.06 | 0.18 | 0.01 | 38.67 | 0.92 | 0.9 |
Hex | FD | ED | D0 | 0 | 6 | 12 | 1 | 27 | 5C | 5A |
Octal | 375 | 355 | 320 | 0 | 6 | 22 | 1 | 47 | 134 | 132 |
Binary | 11111101 | 11101101 | 11010000 | 0 | 110 | 10010 | 1 | 100111 | 1011100 | 1011010 |
Color Harmonies of #FDEDD0
Complementary color
Monochromatic Colors of #FDEDD0
Black with #FDEDD0
Text Example
Text Example
White with #FDEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDD0; }
p { color: rgb(253,237,208); }
H1.HeaderClassName
{
color: #FDEDD0;
}
.AnyTagClassName
{
color: #FDEDD0;
}
</style>
background-color css
<style>
a { background-color: #FDEDD0; }
a { background-color: rgb(253,237,208); }
div.DivClassName
{
background-color: #FDEDD0;
}
.BgClassName
{
background-color: #FDEDD0;
}
</style>
border-color css
<style>
span { border-color: #FDEDD0; }
span { border-color: rgb(253,237,208); }
td.TdClassName
{
border-color: #FDEDD0;
}
.TagClassName
{
border-color: #FDEDD0;
}
</style>