Shades of Varden #FEEFD1
Tints of Varden #FEEFD1
RGB
CMYK
RGB Variations
Color information
#FEEFD1 (or 0xFEEFD1) is known color: Varden. HEX triplet: FE, EF and D1. RGB value is (254,239,209). Sum of RGB (Red+Green+Blue) = 254+239+209=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 209 (82.03% from 255 or 29.77% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD1 is #01102E. Grayscale: #F0F0F0. Windows color (decimal): -69679 or 13758462. OLE color: 13758462.
HSL color Cylindrical-coordinate representation of color #FEEFD1: hue angle of 40º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEEFD1 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 209 | - |
CMYK | 0 | 0.06 | 0.18 | 0.00 |
HSL | 40º | 0.96% | 0.91% | - |
HSV(B) | 40º | 0.18% | 1% | - |
XYZ | 83.25 | 87.41 | 72.81 | - |
YUV | 240.07 | 110.47 | 137.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 209 | 0 | 0.06 | 0.18 | 0.00 | 40 | 0.96 | 0.91 |
Hex | FE | EF | D1 | 0 | 6 | 12 | 0 | 28 | 60 | 5B |
Octal | 376 | 357 | 321 | 0 | 6 | 22 | 0 | 50 | 140 | 133 |
Binary | 11111110 | 11101111 | 11010001 | 0 | 110 | 10010 | 0 | 101000 | 1100000 | 1011011 |
Color Harmonies of #FEEFD1
Complementary color
Monochromatic Colors of #FEEFD1
Black with #FEEFD1
Text Example
Text Example
White with #FEEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD1; }
p { color: rgb(254,239,209); }
H1.HeaderClassName
{
color: #FEEFD1;
}
.AnyTagClassName
{
color: #FEEFD1;
}
</style>
background-color css
<style>
a { background-color: #FEEFD1; }
a { background-color: rgb(254,239,209); }
div.DivClassName
{
background-color: #FEEFD1;
}
.BgClassName
{
background-color: #FEEFD1;
}
</style>
border-color css
<style>
span { border-color: #FEEFD1; }
span { border-color: rgb(254,239,209); }
td.TdClassName
{
border-color: #FEEFD1;
}
.TagClassName
{
border-color: #FEEFD1;
}
</style>