Shades of Forget Me Not #FEF1DB
Tints of Forget Me Not #FEF1DB
RGB
CMYK
RGB Variations
Color information
#FEF1DB (or 0xFEF1DB) is known color: Forget Me Not. HEX triplet: FE, F1 and DB. RGB value is (254,241,219). Sum of RGB (Red+Green+Blue) = 254+241+219=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DB is #010E24. Grayscale: #F2F2F2. Windows color (decimal): -69157 or 14414334. OLE color: 14414334.
HSL color Cylindrical-coordinate representation of color #FEF1DB: hue angle of 37.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF1DB is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 219 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.00 |
| HSL | 37.71º | 0.95% | 0.93% | - |
| HSV(B) | 37.71º | 0.14% | 1% | - |
| XYZ | 85.11 | 89.1 | 79.73 | - |
| YUV | 242.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 219 | 0 | 0.05 | 0.14 | 0.00 | 37.71 | 0.95 | 0.93 |
| Hex | FE | F1 | DB | 0 | 5 | E | 0 | 26 | 5F | 5D |
| Octal | 376 | 361 | 333 | 0 | 5 | 16 | 0 | 46 | 137 | 135 |
| Binary | 11111110 | 11110001 | 11011011 | 0 | 101 | 1110 | 0 | 100110 | 1011111 | 1011101 |
Color Harmonies of #FEF1DB
Complementary color
Monochromatic Colors of #FEF1DB
Black with #FEF1DB
Text Example
Text Example
White with #FEF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1DB; }
p { color: rgb(254,241,219); }
H1.HeaderClassName
{
color: #FEF1DB;
}
.AnyTagClassName
{
color: #FEF1DB;
}
</style>
background-color css
<style>
a { background-color: #FEF1DB; }
a { background-color: rgb(254,241,219); }
div.DivClassName
{
background-color: #FEF1DB;
}
.BgClassName
{
background-color: #FEF1DB;
}
</style>
border-color css
<style>
span { border-color: #FEF1DB; }
span { border-color: rgb(254,241,219); }
td.TdClassName
{
border-color: #FEF1DB;
}
.TagClassName
{
border-color: #FEF1DB;
}
</style>