Shades of Forget Me Not #FEF2DC
Tints of Forget Me Not #FEF2DC
RGB
CMYK
RGB Variations
Color information
#FEF2DC (or 0xFEF2DC) is known color: Forget Me Not. HEX triplet: FE, F2 and DC. RGB value is (254,242,220). Sum of RGB (Red+Green+Blue) = 254+242+220=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 220 (86.33% from 255 or 30.73% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2DC is #010D23. Grayscale: #F3F3F3. Windows color (decimal): -68900 or 14480126. OLE color: 14480126.
HSL color Cylindrical-coordinate representation of color #FEF2DC: hue angle of 38.82º 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 #FEF2DC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 220 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.00 |
| HSL | 38.82º | 0.94% | 0.93% | - |
| HSV(B) | 38.82º | 0.13% | 1% | - |
| XYZ | 85.54 | 89.74 | 80.52 | - |
| YUV | 243.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 220 | 0 | 0.05 | 0.13 | 0.00 | 38.82 | 0.94 | 0.93 |
| Hex | FE | F2 | DC | 0 | 5 | D | 0 | 27 | 5E | 5D |
| Octal | 376 | 362 | 334 | 0 | 5 | 15 | 0 | 47 | 136 | 135 |
| Binary | 11111110 | 11110010 | 11011100 | 0 | 101 | 1101 | 0 | 100111 | 1011110 | 1011101 |
Color Harmonies of #FEF2DC
Complementary color
Monochromatic Colors of #FEF2DC
Black with #FEF2DC
Text Example
Text Example
White with #FEF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2DC; }
p { color: rgb(254,242,220); }
H1.HeaderClassName
{
color: #FEF2DC;
}
.AnyTagClassName
{
color: #FEF2DC;
}
</style>
background-color css
<style>
a { background-color: #FEF2DC; }
a { background-color: rgb(254,242,220); }
div.DivClassName
{
background-color: #FEF2DC;
}
.BgClassName
{
background-color: #FEF2DC;
}
</style>
border-color css
<style>
span { border-color: #FEF2DC; }
span { border-color: rgb(254,242,220); }
td.TdClassName
{
border-color: #FEF2DC;
}
.TagClassName
{
border-color: #FEF2DC;
}
</style>