Shades of Forget Me Not #FEF0DC
Tints of Forget Me Not #FEF0DC
RGB
CMYK
RGB Variations
Color information
#FEF0DC (or 0xFEF0DC) is known color: Forget Me Not. HEX triplet: FE, F0 and DC. RGB value is (254,240,220). Sum of RGB (Red+Green+Blue) = 254+240+220=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DC is #010F23. Grayscale: #F2F2F2. Windows color (decimal): -69412 or 14479614. OLE color: 14479614.
HSL color Cylindrical-coordinate representation of color #FEF0DC: hue angle of 35.29º 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 #FEF0DC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 220 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.00 |
| HSL | 35.29º | 0.94% | 0.93% | - |
| HSV(B) | 35.29º | 0.13% | 1% | - |
| XYZ | 84.95 | 88.56 | 80.33 | - |
| YUV | 241.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 220 | 0 | 0.06 | 0.13 | 0.00 | 35.29 | 0.94 | 0.93 |
| Hex | FE | F0 | DC | 0 | 6 | D | 0 | 23 | 5E | 5D |
| Octal | 376 | 360 | 334 | 0 | 6 | 15 | 0 | 43 | 136 | 135 |
| Binary | 11111110 | 11110000 | 11011100 | 0 | 110 | 1101 | 0 | 100011 | 1011110 | 1011101 |
Color Harmonies of #FEF0DC
Complementary color
Monochromatic Colors of #FEF0DC
Black with #FEF0DC
Text Example
Text Example
White with #FEF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0DC; }
p { color: rgb(254,240,220); }
H1.HeaderClassName
{
color: #FEF0DC;
}
.AnyTagClassName
{
color: #FEF0DC;
}
</style>
background-color css
<style>
a { background-color: #FEF0DC; }
a { background-color: rgb(254,240,220); }
div.DivClassName
{
background-color: #FEF0DC;
}
.BgClassName
{
background-color: #FEF0DC;
}
</style>
border-color css
<style>
span { border-color: #FEF0DC; }
span { border-color: rgb(254,240,220); }
td.TdClassName
{
border-color: #FEF0DC;
}
.TagClassName
{
border-color: #FEF0DC;
}
</style>