Shades of Varden #FAECCF
Tints of Varden #FAECCF
RGB
CMYK
RGB Variations
Color information
#FAECCF (or 0xFAECCF) is known color: Varden. HEX triplet: FA, EC and CF. RGB value is (250,236,207). Sum of RGB (Red+Green+Blue) = 250+236+207=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECCF is #051330. Grayscale: #EDEDED. Windows color (decimal): -332593 or 13626618. OLE color: 13626618.
HSL color Cylindrical-coordinate representation of color #FAECCF: hue angle of 40.47º 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 #FAECCF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 207 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.02 |
| HSL | 40.47º | 0.81% | 0.9% | - |
| HSV(B) | 40.47º | 0.17% | 0.98% | - |
| XYZ | 80.68 | 84.82 | 71.15 | - |
| YUV | 236.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 207 | 0 | 0.06 | 0.17 | 0.02 | 40.47 | 0.81 | 0.9 |
| Hex | FA | EC | CF | 0 | 6 | 11 | 2 | 28 | 51 | 5A |
| Octal | 372 | 354 | 317 | 0 | 6 | 21 | 2 | 50 | 121 | 132 |
| Binary | 11111010 | 11101100 | 11001111 | 0 | 110 | 10001 | 10 | 101000 | 1010001 | 1011010 |
Color Harmonies of #FAECCF
Complementary color
Monochromatic Colors of #FAECCF
Black with #FAECCF
Text Example
Text Example
White with #FAECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECCF; }
p { color: rgb(250,236,207); }
H1.HeaderClassName
{
color: #FAECCF;
}
.AnyTagClassName
{
color: #FAECCF;
}
</style>
background-color css
<style>
a { background-color: #FAECCF; }
a { background-color: rgb(250,236,207); }
div.DivClassName
{
background-color: #FAECCF;
}
.BgClassName
{
background-color: #FAECCF;
}
</style>
border-color css
<style>
span { border-color: #FAECCF; }
span { border-color: rgb(250,236,207); }
td.TdClassName
{
border-color: #FAECCF;
}
.TagClassName
{
border-color: #FAECCF;
}
</style>