Shades of Varden #FDEFCE
Tints of Varden #FDEFCE
RGB
CMYK
RGB Variations
Color information
#FDEFCE (or 0xFDEFCE) is known color: Varden. HEX triplet: FD, EF and CE. RGB value is (253,239,206). Sum of RGB (Red+Green+Blue) = 253+239+206=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFCE is #021031. Grayscale: #EFEFEF. Windows color (decimal): -135218 or 13561853. OLE color: 13561853.
HSL color Cylindrical-coordinate representation of color #FDEFCE: hue angle of 42.13º 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 #FDEFCE is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 206 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.01 |
| HSL | 42.13º | 0.92% | 0.9% | - |
| HSV(B) | 42.13º | 0.19% | 0.99% | - |
| XYZ | 82.52 | 87.07 | 70.85 | - |
| YUV | 239.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 206 | 0 | 0.06 | 0.19 | 0.01 | 42.13 | 0.92 | 0.9 |
| Hex | FD | EF | CE | 0 | 6 | 13 | 1 | 2A | 5C | 5A |
| Octal | 375 | 357 | 316 | 0 | 6 | 23 | 1 | 52 | 134 | 132 |
| Binary | 11111101 | 11101111 | 11001110 | 0 | 110 | 10011 | 1 | 101010 | 1011100 | 1011010 |
Color Harmonies of #FDEFCE
Complementary color
Monochromatic Colors of #FDEFCE
Black with #FDEFCE
Text Example
Text Example
White with #FDEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFCE; }
p { color: rgb(253,239,206); }
H1.HeaderClassName
{
color: #FDEFCE;
}
.AnyTagClassName
{
color: #FDEFCE;
}
</style>
background-color css
<style>
a { background-color: #FDEFCE; }
a { background-color: rgb(253,239,206); }
div.DivClassName
{
background-color: #FDEFCE;
}
.BgClassName
{
background-color: #FDEFCE;
}
</style>
border-color css
<style>
span { border-color: #FDEFCE; }
span { border-color: rgb(253,239,206); }
td.TdClassName
{
border-color: #FDEFCE;
}
.TagClassName
{
border-color: #FDEFCE;
}
</style>