Shades of Forget Me Not #FBF0E1
Tints of Forget Me Not #FBF0E1
RGB
CMYK
RGB Variations
Color information
#FBF0E1 (or 0xFBF0E1) is known color: Forget Me Not. HEX triplet: FB, F0 and E1. RGB value is (251,240,225). Sum of RGB (Red+Green+Blue) = 251+240+225=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 225 (88.28% from 255 or 31.42% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0E1 is #040F1E. Grayscale: #F1F1F1. Windows color (decimal): -266015 or 14807291. OLE color: 14807291.
HSL color Cylindrical-coordinate representation of color #FBF0E1: hue angle of 34.62º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF0E1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 225 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.02 |
| HSL | 34.62º | 0.76% | 0.93% | - |
| HSV(B) | 34.62º | 0.1% | 0.98% | - |
| XYZ | 84.53 | 88.27 | 83.82 | - |
| YUV | 241.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 225 | 0 | 0.04 | 0.10 | 0.02 | 34.62 | 0.76 | 0.93 |
| Hex | FB | F0 | E1 | 0 | 4 | A | 2 | 23 | 4C | 5D |
| Octal | 373 | 360 | 341 | 0 | 4 | 12 | 2 | 43 | 114 | 135 |
| Binary | 11111011 | 11110000 | 11100001 | 0 | 100 | 1010 | 10 | 100011 | 1001100 | 1011101 |
Color Harmonies of #FBF0E1
Complementary color
Monochromatic Colors of #FBF0E1
Black with #FBF0E1
Text Example
Text Example
White with #FBF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0E1; }
p { color: rgb(251,240,225); }
H1.HeaderClassName
{
color: #FBF0E1;
}
.AnyTagClassName
{
color: #FBF0E1;
}
</style>
background-color css
<style>
a { background-color: #FBF0E1; }
a { background-color: rgb(251,240,225); }
div.DivClassName
{
background-color: #FBF0E1;
}
.BgClassName
{
background-color: #FBF0E1;
}
</style>
border-color css
<style>
span { border-color: #FBF0E1; }
span { border-color: rgb(251,240,225); }
td.TdClassName
{
border-color: #FBF0E1;
}
.TagClassName
{
border-color: #FBF0E1;
}
</style>