Shades of Forget Me Not #FEF1DC
Tints of Forget Me Not #FEF1DC
RGB
CMYK
RGB Variations
Color information
#FEF1DC (or 0xFEF1DC) is known color: Forget Me Not. HEX triplet: FE, F1 and DC. RGB value is (254,241,220). Sum of RGB (Red+Green+Blue) = 254+241+220=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 241 (94.53% from 255 or 33.71% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1DC is #010E23. Grayscale: #F2F2F2. Windows color (decimal): -69156 or 14479870. OLE color: 14479870.
HSL color Cylindrical-coordinate representation of color #FEF1DC: hue angle of 37.06º 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 #FEF1DC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 220 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.00 |
| HSL | 37.06º | 0.94% | 0.93% | - |
| HSV(B) | 37.06º | 0.13% | 1% | - |
| XYZ | 85.25 | 89.15 | 80.42 | - |
| YUV | 242.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 220 | 0 | 0.05 | 0.13 | 0.00 | 37.06 | 0.94 | 0.93 |
| Hex | FE | F1 | DC | 0 | 5 | D | 0 | 25 | 5E | 5D |
| Octal | 376 | 361 | 334 | 0 | 5 | 15 | 0 | 45 | 136 | 135 |
| Binary | 11111110 | 11110001 | 11011100 | 0 | 101 | 1101 | 0 | 100101 | 1011110 | 1011101 |
Color Harmonies of #FEF1DC
Complementary color
Monochromatic Colors of #FEF1DC
Black with #FEF1DC
Text Example
Text Example
White with #FEF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF1DC; }
p { color: rgb(254,241,220); }
H1.HeaderClassName
{
color: #FEF1DC;
}
.AnyTagClassName
{
color: #FEF1DC;
}
</style>
background-color css
<style>
a { background-color: #FEF1DC; }
a { background-color: rgb(254,241,220); }
div.DivClassName
{
background-color: #FEF1DC;
}
.BgClassName
{
background-color: #FEF1DC;
}
</style>
border-color css
<style>
span { border-color: #FEF1DC; }
span { border-color: rgb(254,241,220); }
td.TdClassName
{
border-color: #FEF1DC;
}
.TagClassName
{
border-color: #FEF1DC;
}
</style>