Shades of Forget Me Not #FEF1DF
Tints of Forget Me Not #FEF1DF
RGB
CMYK
RGB Variations
Color information
#FEF1DF (or 0xFEF1DF) is known color: Forget Me Not. HEX triplet: FE, F1 and DF. RGB value is (254,241,223). Sum of RGB (Red+Green+Blue) = 254+241+223=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DF is #010E20. Grayscale: #F2F2F2. Windows color (decimal): -69153 or 14676478. OLE color: 14676478.
HSL color Cylindrical-coordinate representation of color #FEF1DF: hue angle of 34.84º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEF1DF is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 223 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.00 |
| HSL | 34.84º | 0.94% | 0.94% | - |
| HSV(B) | 34.84º | 0.12% | 1% | - |
| XYZ | 85.65 | 89.31 | 82.54 | - |
| YUV | 242.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 223 | 0 | 0.05 | 0.12 | 0.00 | 34.84 | 0.94 | 0.94 |
| Hex | FE | F1 | DF | 0 | 5 | C | 0 | 23 | 5E | 5E |
| Octal | 376 | 361 | 337 | 0 | 5 | 14 | 0 | 43 | 136 | 136 |
| Binary | 11111110 | 11110001 | 11011111 | 0 | 101 | 1100 | 0 | 100011 | 1011110 | 1011110 |
Color Harmonies of #FEF1DF
Complementary color
Monochromatic Colors of #FEF1DF
Black with #FEF1DF
Text Example
Text Example
White with #FEF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1DF; }
p { color: rgb(254,241,223); }
H1.HeaderClassName
{
color: #FEF1DF;
}
.AnyTagClassName
{
color: #FEF1DF;
}
</style>
background-color css
<style>
a { background-color: #FEF1DF; }
a { background-color: rgb(254,241,223); }
div.DivClassName
{
background-color: #FEF1DF;
}
.BgClassName
{
background-color: #FEF1DF;
}
</style>
border-color css
<style>
span { border-color: #FEF1DF; }
span { border-color: rgb(254,241,223); }
td.TdClassName
{
border-color: #FEF1DF;
}
.TagClassName
{
border-color: #FEF1DF;
}
</style>