Shades of Forget Me Not #FEEFDB
Tints of Forget Me Not #FEEFDB
RGB
CMYK
RGB Variations
Color information
#FEEFDB (or 0xFEEFDB) is known color: Forget Me Not. HEX triplet: FE, EF and DB. RGB value is (254,239,219). Sum of RGB (Red+Green+Blue) = 254+239+219=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFDB is #011024. Grayscale: #F1F1F1. Windows color (decimal): -69669 or 14413822. OLE color: 14413822.
HSL color Cylindrical-coordinate representation of color #FEEFDB: hue angle of 34.29º 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 #FEEFDB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 219 | - |
CMYK | 0 | 0.06 | 0.14 | 0.00 |
HSL | 34.29º | 0.95% | 0.93% | - |
HSV(B) | 34.29º | 0.14% | 1% | - |
XYZ | 84.53 | 87.92 | 79.53 | - |
YUV | 241.21 | 115.47 | 137.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 219 | 0 | 0.06 | 0.14 | 0.00 | 34.29 | 0.95 | 0.93 |
Hex | FE | EF | DB | 0 | 6 | E | 0 | 22 | 5F | 5D |
Octal | 376 | 357 | 333 | 0 | 6 | 16 | 0 | 42 | 137 | 135 |
Binary | 11111110 | 11101111 | 11011011 | 0 | 110 | 1110 | 0 | 100010 | 1011111 | 1011101 |
Color Harmonies of #FEEFDB
Complementary color
Monochromatic Colors of #FEEFDB
Black with #FEEFDB
Text Example
Text Example
White with #FEEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFDB; }
p { color: rgb(254,239,219); }
H1.HeaderClassName
{
color: #FEEFDB;
}
.AnyTagClassName
{
color: #FEEFDB;
}
</style>
background-color css
<style>
a { background-color: #FEEFDB; }
a { background-color: rgb(254,239,219); }
div.DivClassName
{
background-color: #FEEFDB;
}
.BgClassName
{
background-color: #FEEFDB;
}
</style>
border-color css
<style>
span { border-color: #FEEFDB; }
span { border-color: rgb(254,239,219); }
td.TdClassName
{
border-color: #FEEFDB;
}
.TagClassName
{
border-color: #FEEFDB;
}
</style>