Shades of Varden #FAEECF
Tints of Varden #FAEECF
RGB
CMYK
RGB Variations
Color information
#FAEECF (or 0xFAEECF) is known color: Varden. HEX triplet: FA, EE and CF. RGB value is (250,238,207). Sum of RGB (Red+Green+Blue) = 250+238+207=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 207 (81.25% from 255 or 29.78% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEECF is #051130. Grayscale: #EEEEEE. Windows color (decimal): -332081 or 13627130. OLE color: 13627130.
HSL color Cylindrical-coordinate representation of color #FAEECF: hue angle of 43.26º 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 #FAEECF is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 207 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.02 |
| HSL | 43.26º | 0.81% | 0.9% | - |
| HSV(B) | 43.26º | 0.17% | 0.98% | - |
| XYZ | 81.26 | 85.98 | 71.34 | - |
| YUV | 238.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 207 | 0 | 0.05 | 0.17 | 0.02 | 43.26 | 0.81 | 0.9 |
| Hex | FA | EE | CF | 0 | 5 | 11 | 2 | 2B | 51 | 5A |
| Octal | 372 | 356 | 317 | 0 | 5 | 21 | 2 | 53 | 121 | 132 |
| Binary | 11111010 | 11101110 | 11001111 | 0 | 101 | 10001 | 10 | 101011 | 1010001 | 1011010 |
Color Harmonies of #FAEECF
Complementary color
Monochromatic Colors of #FAEECF
Black with #FAEECF
Text Example
Text Example
White with #FAEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEECF; }
p { color: rgb(250,238,207); }
H1.HeaderClassName
{
color: #FAEECF;
}
.AnyTagClassName
{
color: #FAEECF;
}
</style>
background-color css
<style>
a { background-color: #FAEECF; }
a { background-color: rgb(250,238,207); }
div.DivClassName
{
background-color: #FAEECF;
}
.BgClassName
{
background-color: #FAEECF;
}
</style>
border-color css
<style>
span { border-color: #FAEECF; }
span { border-color: rgb(250,238,207); }
td.TdClassName
{
border-color: #FAEECF;
}
.TagClassName
{
border-color: #FAEECF;
}
</style>