Shades of Varden #FAEBD1
Tints of Varden #FAEBD1
RGB
CMYK
RGB Variations
Color information
#FAEBD1 (or 0xFAEBD1) is known color: Varden. HEX triplet: FA, EB and D1. RGB value is (250,235,209). Sum of RGB (Red+Green+Blue) = 250+235+209=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBD1 is #05142E. Grayscale: #ECECEC. Windows color (decimal): -332847 or 13757434. OLE color: 13757434.
HSL color Cylindrical-coordinate representation of color #FAEBD1: hue angle of 38.05º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAEBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 209 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.02 |
| HSL | 38.05º | 0.8% | 0.9% | - |
| HSV(B) | 38.05º | 0.16% | 0.98% | - |
| XYZ | 80.64 | 84.34 | 72.35 | - |
| YUV | 236.52 | 112.47 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 209 | 0 | 0.06 | 0.16 | 0.02 | 38.05 | 0.8 | 0.9 |
| Hex | FA | EB | D1 | 0 | 6 | 10 | 2 | 26 | 50 | 5A |
| Octal | 372 | 353 | 321 | 0 | 6 | 20 | 2 | 46 | 120 | 132 |
| Binary | 11111010 | 11101011 | 11010001 | 0 | 110 | 10000 | 10 | 100110 | 1010000 | 1011010 |
Color Harmonies of #FAEBD1
Complementary color
Monochromatic Colors of #FAEBD1
Black with #FAEBD1
Text Example
Text Example
White with #FAEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBD1; }
p { color: rgb(250,235,209); }
H1.HeaderClassName
{
color: #FAEBD1;
}
.AnyTagClassName
{
color: #FAEBD1;
}
</style>
background-color css
<style>
a { background-color: #FAEBD1; }
a { background-color: rgb(250,235,209); }
div.DivClassName
{
background-color: #FAEBD1;
}
.BgClassName
{
background-color: #FAEBD1;
}
</style>
border-color css
<style>
span { border-color: #FAEBD1; }
span { border-color: rgb(250,235,209); }
td.TdClassName
{
border-color: #FAEBD1;
}
.TagClassName
{
border-color: #FAEBD1;
}
</style>