Shades of Forget Me Not #FEF0DB
Tints of Forget Me Not #FEF0DB
RGB
CMYK
RGB Variations
Color information
#FEF0DB (or 0xFEF0DB) is known color: Forget Me Not. HEX triplet: FE, F0 and DB. RGB value is (254,240,219). Sum of RGB (Red+Green+Blue) = 254+240+219=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DB is #010F24. Grayscale: #F1F1F1. Windows color (decimal): -69413 or 14414078. OLE color: 14414078.
HSL color Cylindrical-coordinate representation of color #FEF0DB: hue angle of 36º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF0DB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 240 | 219 | - |
CMYK | 0 | 0.06 | 0.14 | 0.00 |
HSL | 36º | 0.95% | 0.93% | - |
HSV(B) | 36º | 0.14% | 1% | - |
XYZ | 84.82 | 88.51 | 79.63 | - |
YUV | 241.79 | 115.14 | 136.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 240 | 219 | 0 | 0.06 | 0.14 | 0.00 | 36 | 0.95 | 0.93 |
Hex | FE | F0 | DB | 0 | 6 | E | 0 | 24 | 5F | 5D |
Octal | 376 | 360 | 333 | 0 | 6 | 16 | 0 | 44 | 137 | 135 |
Binary | 11111110 | 11110000 | 11011011 | 0 | 110 | 1110 | 0 | 100100 | 1011111 | 1011101 |
Color Harmonies of #FEF0DB
Complementary color
Monochromatic Colors of #FEF0DB
Black with #FEF0DB
Text Example
Text Example
White with #FEF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0DB; }
p { color: rgb(254,240,219); }
H1.HeaderClassName
{
color: #FEF0DB;
}
.AnyTagClassName
{
color: #FEF0DB;
}
</style>
background-color css
<style>
a { background-color: #FEF0DB; }
a { background-color: rgb(254,240,219); }
div.DivClassName
{
background-color: #FEF0DB;
}
.BgClassName
{
background-color: #FEF0DB;
}
</style>
border-color css
<style>
span { border-color: #FEF0DB; }
span { border-color: rgb(254,240,219); }
td.TdClassName
{
border-color: #FEF0DB;
}
.TagClassName
{
border-color: #FEF0DB;
}
</style>