Shades of Forget Me Not #FFEFD9
Tints of Forget Me Not #FFEFD9
RGB
CMYK
RGB Variations
Color information
#FFEFD9 (or 0xFFEFD9) is known color: Forget Me Not. HEX triplet: FF, EF and D9. RGB value is (255,239,217). Sum of RGB (Red+Green+Blue) = 255+239+217=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD9 is #001026. Grayscale: #F1F1F1. Windows color (decimal): -4135 or 14282751. OLE color: 14282751.
HSL color Cylindrical-coordinate representation of color #FFEFD9: hue angle of 34.74º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFEFD9 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 217 | - |
| CMYK | 0 | 0.06 | 0.15 | 0 |
| HSL | 34.74º | 1% | 0.93% | - |
| HSV(B) | 34.74º | 0.15% | 1% | - |
| XYZ | 84.63 | 88 | 78.17 | - |
| YUV | 241.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 217 | 0 | 0.06 | 0.15 | 0 | 34.74 | 1 | 0.93 |
| Hex | FF | EF | D9 | 0 | 6 | F | 0 | 23 | 64 | 5D |
| Octal | 377 | 357 | 331 | 0 | 6 | 17 | 0 | 43 | 144 | 135 |
| Binary | 11111111 | 11101111 | 11011001 | 0 | 110 | 1111 | 0 | 100011 | 1100100 | 1011101 |
Color Harmonies of #FFEFD9
Complementary color
Monochromatic Colors of #FFEFD9
Black with #FFEFD9
Text Example
Text Example
White with #FFEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFD9; }
p { color: rgb(255,239,217); }
H1.HeaderClassName
{
color: #FFEFD9;
}
.AnyTagClassName
{
color: #FFEFD9;
}
</style>
background-color css
<style>
a { background-color: #FFEFD9; }
a { background-color: rgb(255,239,217); }
div.DivClassName
{
background-color: #FFEFD9;
}
.BgClassName
{
background-color: #FFEFD9;
}
</style>
border-color css
<style>
span { border-color: #FFEFD9; }
span { border-color: rgb(255,239,217); }
td.TdClassName
{
border-color: #FFEFD9;
}
.TagClassName
{
border-color: #FFEFD9;
}
</style>