Shades of Forget Me Not #FEF2DD
Tints of Forget Me Not #FEF2DD
RGB
CMYK
RGB Variations
Color information
#FEF2DD (or 0xFEF2DD) is known color: Forget Me Not. HEX triplet: FE, F2 and DD. RGB value is (254,242,221). Sum of RGB (Red+Green+Blue) = 254+242+221=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 221 (86.72% from 255 or 30.82% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2DD is #010D22. Grayscale: #F3F3F3. Windows color (decimal): -68899 or 14545662. OLE color: 14545662.
HSL color Cylindrical-coordinate representation of color #FEF2DD: hue angle of 38.18º 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 #FEF2DD is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 221 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.00 |
| HSL | 38.18º | 0.94% | 0.93% | - |
| HSV(B) | 38.18º | 0.13% | 1% | - |
| XYZ | 85.68 | 89.8 | 81.22 | - |
| YUV | 243.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 221 | 0 | 0.05 | 0.13 | 0.00 | 38.18 | 0.94 | 0.93 |
| Hex | FE | F2 | DD | 0 | 5 | D | 0 | 26 | 5E | 5D |
| Octal | 376 | 362 | 335 | 0 | 5 | 15 | 0 | 46 | 136 | 135 |
| Binary | 11111110 | 11110010 | 11011101 | 0 | 101 | 1101 | 0 | 100110 | 1011110 | 1011101 |
Color Harmonies of #FEF2DD
Complementary color
Monochromatic Colors of #FEF2DD
Black with #FEF2DD
Text Example
Text Example
White with #FEF2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2DD; }
p { color: rgb(254,242,221); }
H1.HeaderClassName
{
color: #FEF2DD;
}
.AnyTagClassName
{
color: #FEF2DD;
}
</style>
background-color css
<style>
a { background-color: #FEF2DD; }
a { background-color: rgb(254,242,221); }
div.DivClassName
{
background-color: #FEF2DD;
}
.BgClassName
{
background-color: #FEF2DD;
}
</style>
border-color css
<style>
span { border-color: #FEF2DD; }
span { border-color: rgb(254,242,221); }
td.TdClassName
{
border-color: #FEF2DD;
}
.TagClassName
{
border-color: #FEF2DD;
}
</style>