Shades of Varden #FDEDCF
Tints of Varden #FDEDCF
RGB
CMYK
RGB Variations
Color information
#FDEDCF (or 0xFDEDCF) is known color: Varden. HEX triplet: FD, ED and CF. RGB value is (253,237,207). Sum of RGB (Red+Green+Blue) = 253+237+207=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDCF is #021230. Grayscale: #EEEEEE. Windows color (decimal): -135729 or 13626877. OLE color: 13626877.
HSL color Cylindrical-coordinate representation of color #FDEDCF: hue angle of 39.13º 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 #FDEDCF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 207 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.01 |
| HSL | 39.13º | 0.92% | 0.9% | - |
| HSV(B) | 39.13º | 0.18% | 0.99% | - |
| XYZ | 82.05 | 85.96 | 71.3 | - |
| YUV | 238.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 207 | 0 | 0.06 | 0.18 | 0.01 | 39.13 | 0.92 | 0.9 |
| Hex | FD | ED | CF | 0 | 6 | 12 | 1 | 27 | 5C | 5A |
| Octal | 375 | 355 | 317 | 0 | 6 | 22 | 1 | 47 | 134 | 132 |
| Binary | 11111101 | 11101101 | 11001111 | 0 | 110 | 10010 | 1 | 100111 | 1011100 | 1011010 |
Color Harmonies of #FDEDCF
Complementary color
Monochromatic Colors of #FDEDCF
Black with #FDEDCF
Text Example
Text Example
White with #FDEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDCF; }
p { color: rgb(253,237,207); }
H1.HeaderClassName
{
color: #FDEDCF;
}
.AnyTagClassName
{
color: #FDEDCF;
}
</style>
background-color css
<style>
a { background-color: #FDEDCF; }
a { background-color: rgb(253,237,207); }
div.DivClassName
{
background-color: #FDEDCF;
}
.BgClassName
{
background-color: #FDEDCF;
}
</style>
border-color css
<style>
span { border-color: #FDEDCF; }
span { border-color: rgb(253,237,207); }
td.TdClassName
{
border-color: #FDEDCF;
}
.TagClassName
{
border-color: #FDEDCF;
}
</style>