Shades of Varden #FDEFCF
Tints of Varden #FDEFCF
RGB
CMYK
RGB Variations
Color information
#FDEFCF (or 0xFDEFCF) is known color: Varden. HEX triplet: FD, EF and CF. RGB value is (253,239,207). Sum of RGB (Red+Green+Blue) = 253+239+207=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 207 (81.25% from 255 or 29.61% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFCF is #021030. Grayscale: #EFEFEF. Windows color (decimal): -135217 or 13627389. OLE color: 13627389.
HSL color Cylindrical-coordinate representation of color #FDEFCF: hue angle of 41.74º 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 #FDEFCF is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 207 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.01 |
| HSL | 41.74º | 0.92% | 0.9% | - |
| HSV(B) | 41.74º | 0.18% | 0.99% | - |
| XYZ | 82.64 | 87.12 | 71.49 | - |
| YUV | 239.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 207 | 0 | 0.06 | 0.18 | 0.01 | 41.74 | 0.92 | 0.9 |
| Hex | FD | EF | CF | 0 | 6 | 12 | 1 | 2A | 5C | 5A |
| Octal | 375 | 357 | 317 | 0 | 6 | 22 | 1 | 52 | 134 | 132 |
| Binary | 11111101 | 11101111 | 11001111 | 0 | 110 | 10010 | 1 | 101010 | 1011100 | 1011010 |
Color Harmonies of #FDEFCF
Complementary color
Monochromatic Colors of #FDEFCF
Black with #FDEFCF
Text Example
Text Example
White with #FDEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFCF; }
p { color: rgb(253,239,207); }
H1.HeaderClassName
{
color: #FDEFCF;
}
.AnyTagClassName
{
color: #FDEFCF;
}
</style>
background-color css
<style>
a { background-color: #FDEFCF; }
a { background-color: rgb(253,239,207); }
div.DivClassName
{
background-color: #FDEFCF;
}
.BgClassName
{
background-color: #FDEFCF;
}
</style>
border-color css
<style>
span { border-color: #FDEFCF; }
span { border-color: rgb(253,239,207); }
td.TdClassName
{
border-color: #FDEFCF;
}
.TagClassName
{
border-color: #FDEFCF;
}
</style>