Shades of Varden #FAEED0
Tints of Varden #FAEED0
RGB
CMYK
RGB Variations
Color information
#FAEED0 (or 0xFAEED0) is known color: Varden. HEX triplet: FA, EE and D0. RGB value is (250,238,208). Sum of RGB (Red+Green+Blue) = 250+238+208=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEED0 is #05112F. Grayscale: #EEEEEE. Windows color (decimal): -332080 or 13692666. OLE color: 13692666.
HSL color Cylindrical-coordinate representation of color #FAEED0: hue angle of 42.86º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAEED0 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 208 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.02 |
| HSL | 42.86º | 0.81% | 0.9% | - |
| HSV(B) | 42.86º | 0.17% | 0.98% | - |
| XYZ | 81.38 | 86.03 | 71.99 | - |
| YUV | 238.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 208 | 0 | 0.05 | 0.17 | 0.02 | 42.86 | 0.81 | 0.9 |
| Hex | FA | EE | D0 | 0 | 5 | 11 | 2 | 2B | 51 | 5A |
| Octal | 372 | 356 | 320 | 0 | 5 | 21 | 2 | 53 | 121 | 132 |
| Binary | 11111010 | 11101110 | 11010000 | 0 | 101 | 10001 | 10 | 101011 | 1010001 | 1011010 |
Color Harmonies of #FAEED0
Complementary color
Monochromatic Colors of #FAEED0
Black with #FAEED0
Text Example
Text Example
White with #FAEED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEED0; }
p { color: rgb(250,238,208); }
H1.HeaderClassName
{
color: #FAEED0;
}
.AnyTagClassName
{
color: #FAEED0;
}
</style>
background-color css
<style>
a { background-color: #FAEED0; }
a { background-color: rgb(250,238,208); }
div.DivClassName
{
background-color: #FAEED0;
}
.BgClassName
{
background-color: #FAEED0;
}
</style>
border-color css
<style>
span { border-color: #FAEED0; }
span { border-color: rgb(250,238,208); }
td.TdClassName
{
border-color: #FAEED0;
}
.TagClassName
{
border-color: #FAEED0;
}
</style>