Shades of Varden #FAEED2
Tints of Varden #FAEED2
RGB
CMYK
RGB Variations
Color information
#FAEED2 (or 0xFAEED2) is known color: Varden. HEX triplet: FA, EE and D2. RGB value is (250,238,210). Sum of RGB (Red+Green+Blue) = 250+238+210=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEED2 is #05112D. Grayscale: #EEEEEE. Windows color (decimal): -332078 or 13823738. OLE color: 13823738.
HSL color Cylindrical-coordinate representation of color #FAEED2: hue angle of 42º 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 #FAEED2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 210 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.02 |
| HSL | 42º | 0.8% | 0.9% | - |
| HSV(B) | 42º | 0.16% | 0.98% | - |
| XYZ | 81.63 | 86.13 | 73.29 | - |
| YUV | 238.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 210 | 0 | 0.05 | 0.16 | 0.02 | 42 | 0.8 | 0.9 |
| Hex | FA | EE | D2 | 0 | 5 | 10 | 2 | 2A | 50 | 5A |
| Octal | 372 | 356 | 322 | 0 | 5 | 20 | 2 | 52 | 120 | 132 |
| Binary | 11111010 | 11101110 | 11010010 | 0 | 101 | 10000 | 10 | 101010 | 1010000 | 1011010 |
Color Harmonies of #FAEED2
Complementary color
Monochromatic Colors of #FAEED2
Black with #FAEED2
Text Example
Text Example
White with #FAEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEED2; }
p { color: rgb(250,238,210); }
H1.HeaderClassName
{
color: #FAEED2;
}
.AnyTagClassName
{
color: #FAEED2;
}
</style>
background-color css
<style>
a { background-color: #FAEED2; }
a { background-color: rgb(250,238,210); }
div.DivClassName
{
background-color: #FAEED2;
}
.BgClassName
{
background-color: #FAEED2;
}
</style>
border-color css
<style>
span { border-color: #FAEED2; }
span { border-color: rgb(250,238,210); }
td.TdClassName
{
border-color: #FAEED2;
}
.TagClassName
{
border-color: #FAEED2;
}
</style>