Shades of Forget Me Not #FEF0D9
Tints of Forget Me Not #FEF0D9
RGB
CMYK
RGB Variations
Color information
#FEF0D9 (or 0xFEF0D9) is known color: Forget Me Not. HEX triplet: FE, F0 and D9. RGB value is (254,240,217). Sum of RGB (Red+Green+Blue) = 254+240+217=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0D9 is #010F26. Grayscale: #F1F1F1. Windows color (decimal): -69415 or 14283006. OLE color: 14283006.
HSL color Cylindrical-coordinate representation of color #FEF0D9: hue angle of 37.3º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEF0D9 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 217 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.00 |
| HSL | 37.3º | 0.95% | 0.92% | - |
| HSV(B) | 37.3º | 0.15% | 1% | - |
| XYZ | 84.56 | 88.4 | 78.25 | - |
| YUV | 241.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 217 | 0 | 0.06 | 0.15 | 0.00 | 37.3 | 0.95 | 0.92 |
| Hex | FE | F0 | D9 | 0 | 6 | F | 0 | 25 | 5F | 5C |
| Octal | 376 | 360 | 331 | 0 | 6 | 17 | 0 | 45 | 137 | 134 |
| Binary | 11111110 | 11110000 | 11011001 | 0 | 110 | 1111 | 0 | 100101 | 1011111 | 1011100 |
Color Harmonies of #FEF0D9
Complementary color
Monochromatic Colors of #FEF0D9
Black with #FEF0D9
Text Example
Text Example
White with #FEF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0D9; }
p { color: rgb(254,240,217); }
H1.HeaderClassName
{
color: #FEF0D9;
}
.AnyTagClassName
{
color: #FEF0D9;
}
</style>
background-color css
<style>
a { background-color: #FEF0D9; }
a { background-color: rgb(254,240,217); }
div.DivClassName
{
background-color: #FEF0D9;
}
.BgClassName
{
background-color: #FEF0D9;
}
</style>
border-color css
<style>
span { border-color: #FEF0D9; }
span { border-color: rgb(254,240,217); }
td.TdClassName
{
border-color: #FEF0D9;
}
.TagClassName
{
border-color: #FEF0D9;
}
</style>