Shades of Varden #FDEFD3
Tints of Varden #FDEFD3
RGB
CMYK
RGB Variations
Color information
#FDEFD3 (or 0xFDEFD3) is known color: Varden. HEX triplet: FD, EF and D3. RGB value is (253,239,211). Sum of RGB (Red+Green+Blue) = 253+239+211=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 211 (82.81% from 255 or 30.01% from 703); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFD3 is #02102C. Grayscale: #F0F0F0. Windows color (decimal): -135213 or 13889533. OLE color: 13889533.
HSL color Cylindrical-coordinate representation of color #FDEFD3: hue angle of 40º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDEFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 211 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.01 |
| HSL | 40º | 0.91% | 0.91% | - |
| HSV(B) | 40º | 0.17% | 0.99% | - |
| XYZ | 83.13 | 87.32 | 74.1 | - |
| YUV | 239.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 211 | 0 | 0.06 | 0.17 | 0.01 | 40 | 0.91 | 0.91 |
| Hex | FD | EF | D3 | 0 | 6 | 11 | 1 | 28 | 5B | 5B |
| Octal | 375 | 357 | 323 | 0 | 6 | 21 | 1 | 50 | 133 | 133 |
| Binary | 11111101 | 11101111 | 11010011 | 0 | 110 | 10001 | 1 | 101000 | 1011011 | 1011011 |
Color Harmonies of #FDEFD3
Complementary color
Monochromatic Colors of #FDEFD3
Black with #FDEFD3
Text Example
Text Example
White with #FDEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFD3; }
p { color: rgb(253,239,211); }
H1.HeaderClassName
{
color: #FDEFD3;
}
.AnyTagClassName
{
color: #FDEFD3;
}
</style>
background-color css
<style>
a { background-color: #FDEFD3; }
a { background-color: rgb(253,239,211); }
div.DivClassName
{
background-color: #FDEFD3;
}
.BgClassName
{
background-color: #FDEFD3;
}
</style>
border-color css
<style>
span { border-color: #FDEFD3; }
span { border-color: rgb(253,239,211); }
td.TdClassName
{
border-color: #FDEFD3;
}
.TagClassName
{
border-color: #FDEFD3;
}
</style>