Shades of Varden #FEEFD3
Tints of Varden #FEEFD3
RGB
CMYK
RGB Variations
Color information
#FEEFD3 (or 0xFEEFD3) is known color: Varden. HEX triplet: FE, EF and D3. RGB value is (254,239,211). Sum of RGB (Red+Green+Blue) = 254+239+211=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 211 (82.81% from 255 or 29.97% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFD3 is #01102C. Grayscale: #F0F0F0. Windows color (decimal): -69677 or 13889534. OLE color: 13889534.
HSL color Cylindrical-coordinate representation of color #FEEFD3: hue angle of 39.07º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEEFD3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 211 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.00 |
| HSL | 39.07º | 0.96% | 0.91% | - |
| HSV(B) | 39.07º | 0.17% | 1% | - |
| XYZ | 83.5 | 87.51 | 74.12 | - |
| YUV | 240.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 211 | 0 | 0.06 | 0.17 | 0.00 | 39.07 | 0.96 | 0.91 |
| Hex | FE | EF | D3 | 0 | 6 | 11 | 0 | 27 | 60 | 5B |
| Octal | 376 | 357 | 323 | 0 | 6 | 21 | 0 | 47 | 140 | 133 |
| Binary | 11111110 | 11101111 | 11010011 | 0 | 110 | 10001 | 0 | 100111 | 1100000 | 1011011 |
Color Harmonies of #FEEFD3
Complementary color
Monochromatic Colors of #FEEFD3
Black with #FEEFD3
Text Example
Text Example
White with #FEEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFD3; }
p { color: rgb(254,239,211); }
H1.HeaderClassName
{
color: #FEEFD3;
}
.AnyTagClassName
{
color: #FEEFD3;
}
</style>
background-color css
<style>
a { background-color: #FEEFD3; }
a { background-color: rgb(254,239,211); }
div.DivClassName
{
background-color: #FEEFD3;
}
.BgClassName
{
background-color: #FEEFD3;
}
</style>
border-color css
<style>
span { border-color: #FEEFD3; }
span { border-color: rgb(254,239,211); }
td.TdClassName
{
border-color: #FEEFD3;
}
.TagClassName
{
border-color: #FEEFD3;
}
</style>