Shades of Forget Me Not #FBF0DF
Tints of Forget Me Not #FBF0DF
RGB
CMYK
RGB Variations
Color information
#FBF0DF (or 0xFBF0DF) is known color: Forget Me Not. HEX triplet: FB, F0 and DF. RGB value is (251,240,223). Sum of RGB (Red+Green+Blue) = 251+240+223=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DF is #040F20. Grayscale: #F1F1F1. Windows color (decimal): -266017 or 14676219. OLE color: 14676219.
HSL color Cylindrical-coordinate representation of color #FBF0DF: hue angle of 36.43º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBF0DF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 240 | 223 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.02 |
| HSL | 36.43º | 0.78% | 0.93% | - |
| HSV(B) | 36.43º | 0.11% | 0.98% | - |
| XYZ | 84.26 | 88.16 | 82.39 | - |
| YUV | 241.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 240 | 223 | 0 | 0.04 | 0.11 | 0.02 | 36.43 | 0.78 | 0.93 |
| Hex | FB | F0 | DF | 0 | 4 | B | 2 | 24 | 4E | 5D |
| Octal | 373 | 360 | 337 | 0 | 4 | 13 | 2 | 44 | 116 | 135 |
| Binary | 11111011 | 11110000 | 11011111 | 0 | 100 | 1011 | 10 | 100100 | 1001110 | 1011101 |
Color Harmonies of #FBF0DF
Complementary color
Monochromatic Colors of #FBF0DF
Black with #FBF0DF
Text Example
Text Example
White with #FBF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF0DF; }
p { color: rgb(251,240,223); }
H1.HeaderClassName
{
color: #FBF0DF;
}
.AnyTagClassName
{
color: #FBF0DF;
}
</style>
background-color css
<style>
a { background-color: #FBF0DF; }
a { background-color: rgb(251,240,223); }
div.DivClassName
{
background-color: #FBF0DF;
}
.BgClassName
{
background-color: #FBF0DF;
}
</style>
border-color css
<style>
span { border-color: #FBF0DF; }
span { border-color: rgb(251,240,223); }
td.TdClassName
{
border-color: #FBF0DF;
}
.TagClassName
{
border-color: #FBF0DF;
}
</style>