Shades of Varden #FAECD4
Tints of Varden #FAECD4
RGB
CMYK
RGB Variations
Color information
#FAECD4 (or 0xFAECD4) is known color: Varden. HEX triplet: FA, EC and D4. RGB value is (250,236,212). Sum of RGB (Red+Green+Blue) = 250+236+212=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECD4 is #05132B. Grayscale: #EDEDED. Windows color (decimal): -332588 or 13954298. OLE color: 13954298.
HSL color Cylindrical-coordinate representation of color #FAECD4: hue angle of 37.89º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAECD4 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 212 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.02 |
| HSL | 37.89º | 0.79% | 0.91% | - |
| HSV(B) | 37.89º | 0.15% | 0.98% | - |
| XYZ | 81.3 | 85.07 | 74.42 | - |
| YUV | 237.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 212 | 0 | 0.06 | 0.15 | 0.02 | 37.89 | 0.79 | 0.91 |
| Hex | FA | EC | D4 | 0 | 6 | F | 2 | 26 | 4F | 5B |
| Octal | 372 | 354 | 324 | 0 | 6 | 17 | 2 | 46 | 117 | 133 |
| Binary | 11111010 | 11101100 | 11010100 | 0 | 110 | 1111 | 10 | 100110 | 1001111 | 1011011 |
Color Harmonies of #FAECD4
Complementary color
Monochromatic Colors of #FAECD4
Black with #FAECD4
Text Example
Text Example
White with #FAECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECD4; }
p { color: rgb(250,236,212); }
H1.HeaderClassName
{
color: #FAECD4;
}
.AnyTagClassName
{
color: #FAECD4;
}
</style>
background-color css
<style>
a { background-color: #FAECD4; }
a { background-color: rgb(250,236,212); }
div.DivClassName
{
background-color: #FAECD4;
}
.BgClassName
{
background-color: #FAECD4;
}
</style>
border-color css
<style>
span { border-color: #FAECD4; }
span { border-color: rgb(250,236,212); }
td.TdClassName
{
border-color: #FAECD4;
}
.TagClassName
{
border-color: #FAECD4;
}
</style>