Shades of Forget Me Not #FEF0DD
Tints of Forget Me Not #FEF0DD
RGB
CMYK
RGB Variations
Color information
#FEF0DD (or 0xFEF0DD) is known color: Forget Me Not. HEX triplet: FE, F0 and DD. RGB value is (254,240,221). Sum of RGB (Red+Green+Blue) = 254+240+221=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DD is #010F22. Grayscale: #F2F2F2. Windows color (decimal): -69411 or 14545150. OLE color: 14545150.
HSL color Cylindrical-coordinate representation of color #FEF0DD: hue angle of 34.55º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF0DD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 221 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.00 |
| HSL | 34.55º | 0.94% | 0.93% | - |
| HSV(B) | 34.55º | 0.13% | 1% | - |
| XYZ | 85.08 | 88.61 | 81.03 | - |
| YUV | 242.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 221 | 0 | 0.06 | 0.13 | 0.00 | 34.55 | 0.94 | 0.93 |
| Hex | FE | F0 | DD | 0 | 6 | D | 0 | 23 | 5E | 5D |
| Octal | 376 | 360 | 335 | 0 | 6 | 15 | 0 | 43 | 136 | 135 |
| Binary | 11111110 | 11110000 | 11011101 | 0 | 110 | 1101 | 0 | 100011 | 1011110 | 1011101 |
Color Harmonies of #FEF0DD
Complementary color
Monochromatic Colors of #FEF0DD
Black with #FEF0DD
Text Example
Text Example
White with #FEF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0DD; }
p { color: rgb(254,240,221); }
H1.HeaderClassName
{
color: #FEF0DD;
}
.AnyTagClassName
{
color: #FEF0DD;
}
</style>
background-color css
<style>
a { background-color: #FEF0DD; }
a { background-color: rgb(254,240,221); }
div.DivClassName
{
background-color: #FEF0DD;
}
.BgClassName
{
background-color: #FEF0DD;
}
</style>
border-color css
<style>
span { border-color: #FEF0DD; }
span { border-color: rgb(254,240,221); }
td.TdClassName
{
border-color: #FEF0DD;
}
.TagClassName
{
border-color: #FEF0DD;
}
</style>