Shades of Forget Me Not #FBEEDA
Tints of Forget Me Not #FBEEDA
RGB
CMYK
RGB Variations
Color information
#FBEEDA (or 0xFBEEDA) is known color: Forget Me Not. HEX triplet: FB, EE and DA. RGB value is (251,238,218). Sum of RGB (Red+Green+Blue) = 251+238+218=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEDA is #041125. Grayscale: #EFEFEF. Windows color (decimal): -266534 or 14348027. OLE color: 14348027.
HSL color Cylindrical-coordinate representation of color #FBEEDA: hue angle of 36.36º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBEEDA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 218 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.02 |
| HSL | 36.36º | 0.8% | 0.92% | - |
| HSV(B) | 36.36º | 0.13% | 0.98% | - |
| XYZ | 83.01 | 86.72 | 78.69 | - |
| YUV | 239.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 218 | 0 | 0.05 | 0.13 | 0.02 | 36.36 | 0.8 | 0.92 |
| Hex | FB | EE | DA | 0 | 5 | D | 2 | 24 | 50 | 5C |
| Octal | 373 | 356 | 332 | 0 | 5 | 15 | 2 | 44 | 120 | 134 |
| Binary | 11111011 | 11101110 | 11011010 | 0 | 101 | 1101 | 10 | 100100 | 1010000 | 1011100 |
Color Harmonies of #FBEEDA
Complementary color
Monochromatic Colors of #FBEEDA
Black with #FBEEDA
Text Example
Text Example
White with #FBEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEEDA; }
p { color: rgb(251,238,218); }
H1.HeaderClassName
{
color: #FBEEDA;
}
.AnyTagClassName
{
color: #FBEEDA;
}
</style>
background-color css
<style>
a { background-color: #FBEEDA; }
a { background-color: rgb(251,238,218); }
div.DivClassName
{
background-color: #FBEEDA;
}
.BgClassName
{
background-color: #FBEEDA;
}
</style>
border-color css
<style>
span { border-color: #FBEEDA; }
span { border-color: rgb(251,238,218); }
td.TdClassName
{
border-color: #FBEEDA;
}
.TagClassName
{
border-color: #FBEEDA;
}
</style>