Shades of Forget Me Not #FEEFDF
Tints of Forget Me Not #FEEFDF
RGB
CMYK
RGB Variations
Color information
#FEEFDF (or 0xFEEFDF) is known color: Forget Me Not. HEX triplet: FE, EF and DF. RGB value is (254,239,223). Sum of RGB (Red+Green+Blue) = 254+239+223=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDF is #011020. Grayscale: #F1F1F1. Windows color (decimal): -69665 or 14675966. OLE color: 14675966.
HSL color Cylindrical-coordinate representation of color #FEEFDF: hue angle of 30.97º 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 #FEEFDF is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 223 | - |
CMYK | 0 | 0.06 | 0.12 | 0.00 |
HSL | 30.97º | 0.94% | 0.94% | - |
HSV(B) | 30.97º | 0.12% | 1% | - |
XYZ | 85.06 | 88.13 | 82.34 | - |
YUV | 241.66 | 117.47 | 136.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 223 | 0 | 0.06 | 0.12 | 0.00 | 30.97 | 0.94 | 0.94 |
Hex | FE | EF | DF | 0 | 6 | C | 0 | 1F | 5E | 5E |
Octal | 376 | 357 | 337 | 0 | 6 | 14 | 0 | 37 | 136 | 136 |
Binary | 11111110 | 11101111 | 11011111 | 0 | 110 | 1100 | 0 | 11111 | 1011110 | 1011110 |
Color Harmonies of #FEEFDF
Complementary color
Monochromatic Colors of #FEEFDF
Black with #FEEFDF
Text Example
Text Example
White with #FEEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFDF; }
p { color: rgb(254,239,223); }
H1.HeaderClassName
{
color: #FEEFDF;
}
.AnyTagClassName
{
color: #FEEFDF;
}
</style>
background-color css
<style>
a { background-color: #FEEFDF; }
a { background-color: rgb(254,239,223); }
div.DivClassName
{
background-color: #FEEFDF;
}
.BgClassName
{
background-color: #FEEFDF;
}
</style>
border-color css
<style>
span { border-color: #FEEFDF; }
span { border-color: rgb(254,239,223); }
td.TdClassName
{
border-color: #FEEFDF;
}
.TagClassName
{
border-color: #FEEFDF;
}
</style>