Shades of Varden #F9ECD2
Tints of Varden #F9ECD2
RGB
CMYK
RGB Variations
Color information
#F9ECD2 (or 0xF9ECD2) is known color: Varden. HEX triplet: F9, EC and D2. RGB value is (249,236,210). Sum of RGB (Red+Green+Blue) = 249+236+210=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 210 (82.42% from 255 or 30.22% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECD2 is #06132D. Grayscale: #EDEDED. Windows color (decimal): -398126 or 13823225. OLE color: 13823225.
HSL color Cylindrical-coordinate representation of color #F9ECD2: hue angle of 40º degrees, saturation: 0.76, 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 #F9ECD2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 236 | 210 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.02 |
| HSL | 40º | 0.76% | 0.9% | - |
| HSV(B) | 40º | 0.16% | 0.98% | - |
| XYZ | 80.7 | 84.78 | 73.08 | - |
| YUV | 236.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 236 | 210 | 0 | 0.05 | 0.16 | 0.02 | 40 | 0.76 | 0.9 |
| Hex | F9 | EC | D2 | 0 | 5 | 10 | 2 | 28 | 4C | 5A |
| Octal | 371 | 354 | 322 | 0 | 5 | 20 | 2 | 50 | 114 | 132 |
| Binary | 11111001 | 11101100 | 11010010 | 0 | 101 | 10000 | 10 | 101000 | 1001100 | 1011010 |
Color Harmonies of #F9ECD2
Complementary color
Monochromatic Colors of #F9ECD2
Black with #F9ECD2
Text Example
Text Example
White with #F9ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ECD2; }
p { color: rgb(249,236,210); }
H1.HeaderClassName
{
color: #F9ECD2;
}
.AnyTagClassName
{
color: #F9ECD2;
}
</style>
background-color css
<style>
a { background-color: #F9ECD2; }
a { background-color: rgb(249,236,210); }
div.DivClassName
{
background-color: #F9ECD2;
}
.BgClassName
{
background-color: #F9ECD2;
}
</style>
border-color css
<style>
span { border-color: #F9ECD2; }
span { border-color: rgb(249,236,210); }
td.TdClassName
{
border-color: #F9ECD2;
}
.TagClassName
{
border-color: #F9ECD2;
}
</style>