Shades of Forget Me Not #FFEFDE
Tints of Forget Me Not #FFEFDE
RGB
CMYK
RGB Variations
Color information
#FFEFDE (or 0xFFEFDE) is known color: Forget Me Not. HEX triplet: FF, EF and DE. RGB value is (255,239,222). Sum of RGB (Red+Green+Blue) = 255+239+222=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFDE is #001021. Grayscale: #F1F1F1. Windows color (decimal): -4130 or 14610431. OLE color: 14610431.
HSL color Cylindrical-coordinate representation of color #FFEFDE: hue angle of 30.91º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFEFDE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 222 | - |
| CMYK | 0 | 0.06 | 0.13 | 0 |
| HSL | 30.91º | 1% | 0.94% | - |
| HSV(B) | 30.91º | 0.13% | 1% | - |
| XYZ | 85.29 | 88.27 | 81.65 | - |
| YUV | 241.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 222 | 0 | 0.06 | 0.13 | 0 | 30.91 | 1 | 0.94 |
| Hex | FF | EF | DE | 0 | 6 | D | 0 | 1F | 64 | 5E |
| Octal | 377 | 357 | 336 | 0 | 6 | 15 | 0 | 37 | 144 | 136 |
| Binary | 11111111 | 11101111 | 11011110 | 0 | 110 | 1101 | 0 | 11111 | 1100100 | 1011110 |
Color Harmonies of #FFEFDE
Complementary color
Monochromatic Colors of #FFEFDE
Black with #FFEFDE
Text Example
Text Example
White with #FFEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFDE; }
p { color: rgb(255,239,222); }
H1.HeaderClassName
{
color: #FFEFDE;
}
.AnyTagClassName
{
color: #FFEFDE;
}
</style>
background-color css
<style>
a { background-color: #FFEFDE; }
a { background-color: rgb(255,239,222); }
div.DivClassName
{
background-color: #FFEFDE;
}
.BgClassName
{
background-color: #FFEFDE;
}
</style>
border-color css
<style>
span { border-color: #FFEFDE; }
span { border-color: rgb(255,239,222); }
td.TdClassName
{
border-color: #FFEFDE;
}
.TagClassName
{
border-color: #FFEFDE;
}
</style>