Shades of Forget Me Not #FEF1DE
Tints of Forget Me Not #FEF1DE
RGB
CMYK
RGB Variations
Color information
#FEF1DE (or 0xFEF1DE) is known color: Forget Me Not. HEX triplet: FE, F1 and DE. RGB value is (254,241,222). Sum of RGB (Red+Green+Blue) = 254+241+222=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DE is #010E21. Grayscale: #F2F2F2. Windows color (decimal): -69154 or 14610942. OLE color: 14610942.
HSL color Cylindrical-coordinate representation of color #FEF1DE: hue angle of 35.62º 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 #FEF1DE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 222 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.00 |
| HSL | 35.63º | 0.94% | 0.93% | - |
| HSV(B) | 35.63º | 0.13% | 1% | - |
| XYZ | 85.51 | 89.26 | 81.83 | - |
| YUV | 242.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 222 | 0 | 0.05 | 0.13 | 0.00 | 35.63 | 0.94 | 0.93 |
| Hex | FE | F1 | DE | 0 | 5 | D | 0 | 24 | 5E | 5D |
| Octal | 376 | 361 | 336 | 0 | 5 | 15 | 0 | 44 | 136 | 135 |
| Binary | 11111110 | 11110001 | 11011110 | 0 | 101 | 1101 | 0 | 100100 | 1011110 | 1011101 |
Color Harmonies of #FEF1DE
Complementary color
Monochromatic Colors of #FEF1DE
Black with #FEF1DE
Text Example
Text Example
White with #FEF1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1DE; }
p { color: rgb(254,241,222); }
H1.HeaderClassName
{
color: #FEF1DE;
}
.AnyTagClassName
{
color: #FEF1DE;
}
</style>
background-color css
<style>
a { background-color: #FEF1DE; }
a { background-color: rgb(254,241,222); }
div.DivClassName
{
background-color: #FEF1DE;
}
.BgClassName
{
background-color: #FEF1DE;
}
</style>
border-color css
<style>
span { border-color: #FEF1DE; }
span { border-color: rgb(254,241,222); }
td.TdClassName
{
border-color: #FEF1DE;
}
.TagClassName
{
border-color: #FEF1DE;
}
</style>