Shades of Varden #FEEFD0
Tints of Varden #FEEFD0
RGB
CMYK
RGB Variations
Color information
#FEEFD0 (or 0xFEEFD0) is known color: Varden. HEX triplet: FE, EF and D0. RGB value is (254,239,208). Sum of RGB (Red+Green+Blue) = 254+239+208=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD0 is #01102F. Grayscale: #F0F0F0. Windows color (decimal): -69680 or 13692926. OLE color: 13692926.
HSL color Cylindrical-coordinate representation of color #FEEFD0: hue angle of 40.43º 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 #FEEFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 208 | - |
CMYK | 0 | 0.06 | 0.18 | 0.00 |
HSL | 40.43º | 0.96% | 0.91% | - |
HSV(B) | 40.43º | 0.18% | 1% | - |
XYZ | 83.12 | 87.36 | 72.16 | - |
YUV | 239.95 | 109.97 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 208 | 0 | 0.06 | 0.18 | 0.00 | 40.43 | 0.96 | 0.91 |
Hex | FE | EF | D0 | 0 | 6 | 12 | 0 | 28 | 60 | 5B |
Octal | 376 | 357 | 320 | 0 | 6 | 22 | 0 | 50 | 140 | 133 |
Binary | 11111110 | 11101111 | 11010000 | 0 | 110 | 10010 | 0 | 101000 | 1100000 | 1011011 |
Color Harmonies of #FEEFD0
Complementary color
Monochromatic Colors of #FEEFD0
Black with #FEEFD0
Text Example
Text Example
White with #FEEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD0; }
p { color: rgb(254,239,208); }
H1.HeaderClassName
{
color: #FEEFD0;
}
.AnyTagClassName
{
color: #FEEFD0;
}
</style>
background-color css
<style>
a { background-color: #FEEFD0; }
a { background-color: rgb(254,239,208); }
div.DivClassName
{
background-color: #FEEFD0;
}
.BgClassName
{
background-color: #FEEFD0;
}
</style>
border-color css
<style>
span { border-color: #FEEFD0; }
span { border-color: rgb(254,239,208); }
td.TdClassName
{
border-color: #FEEFD0;
}
.TagClassName
{
border-color: #FEEFD0;
}
</style>