Shades of Forget Me Not #FEF0DF
Tints of Forget Me Not #FEF0DF
RGB
CMYK
RGB Variations
Color information
#FEF0DF (or 0xFEF0DF) is known color: Forget Me Not. HEX triplet: FE, F0 and DF. RGB value is (254,240,223). Sum of RGB (Red+Green+Blue) = 254+240+223=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DF is #010F20. Grayscale: #F2F2F2. Windows color (decimal): -69409 or 14676222. OLE color: 14676222.
HSL color Cylindrical-coordinate representation of color #FEF0DF: hue angle of 32.9º 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 #FEF0DF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 223 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.00 |
| HSL | 32.9º | 0.94% | 0.94% | - |
| HSV(B) | 32.9º | 0.12% | 1% | - |
| XYZ | 85.35 | 88.72 | 82.44 | - |
| YUV | 242.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 223 | 0 | 0.06 | 0.12 | 0.00 | 32.9 | 0.94 | 0.94 |
| Hex | FE | F0 | DF | 0 | 6 | C | 0 | 21 | 5E | 5E |
| Octal | 376 | 360 | 337 | 0 | 6 | 14 | 0 | 41 | 136 | 136 |
| Binary | 11111110 | 11110000 | 11011111 | 0 | 110 | 1100 | 0 | 100001 | 1011110 | 1011110 |
Color Harmonies of #FEF0DF
Complementary color
Monochromatic Colors of #FEF0DF
Black with #FEF0DF
Text Example
Text Example
White with #FEF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0DF; }
p { color: rgb(254,240,223); }
H1.HeaderClassName
{
color: #FEF0DF;
}
.AnyTagClassName
{
color: #FEF0DF;
}
</style>
background-color css
<style>
a { background-color: #FEF0DF; }
a { background-color: rgb(254,240,223); }
div.DivClassName
{
background-color: #FEF0DF;
}
.BgClassName
{
background-color: #FEF0DF;
}
</style>
border-color css
<style>
span { border-color: #FEF0DF; }
span { border-color: rgb(254,240,223); }
td.TdClassName
{
border-color: #FEF0DF;
}
.TagClassName
{
border-color: #FEF0DF;
}
</style>