Shades of Forget Me Not #FFF0D9
Tints of Forget Me Not #FFF0D9
RGB
CMYK
RGB Variations
Color information
#FFF0D9 (or 0xFFF0D9) is known color: Forget Me Not. HEX triplet: FF, F0 and D9. RGB value is (255,240,217). Sum of RGB (Red+Green+Blue) = 255+240+217=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 217 (85.16% from 255 or 30.48% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D9 is #000F26. Grayscale: #F1F1F1. Windows color (decimal): -3879 or 14283007. OLE color: 14283007.
HSL color Cylindrical-coordinate representation of color #FFF0D9: hue angle of 36.32º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF0D9 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 217 | - |
| CMYK | 0 | 0.06 | 0.15 | 0 |
| HSL | 36.32º | 1% | 0.93% | - |
| HSV(B) | 36.32º | 0.15% | 1% | - |
| XYZ | 84.92 | 88.59 | 78.27 | - |
| YUV | 241.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 217 | 0 | 0.06 | 0.15 | 0 | 36.32 | 1 | 0.93 |
| Hex | FF | F0 | D9 | 0 | 6 | F | 0 | 24 | 64 | 5D |
| Octal | 377 | 360 | 331 | 0 | 6 | 17 | 0 | 44 | 144 | 135 |
| Binary | 11111111 | 11110000 | 11011001 | 0 | 110 | 1111 | 0 | 100100 | 1100100 | 1011101 |
Color Harmonies of #FFF0D9
Complementary color
Monochromatic Colors of #FFF0D9
Black with #FFF0D9
Text Example
Text Example
White with #FFF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0D9; }
p { color: rgb(255,240,217); }
H1.HeaderClassName
{
color: #FFF0D9;
}
.AnyTagClassName
{
color: #FFF0D9;
}
</style>
background-color css
<style>
a { background-color: #FFF0D9; }
a { background-color: rgb(255,240,217); }
div.DivClassName
{
background-color: #FFF0D9;
}
.BgClassName
{
background-color: #FFF0D9;
}
</style>
border-color css
<style>
span { border-color: #FFF0D9; }
span { border-color: rgb(255,240,217); }
td.TdClassName
{
border-color: #FFF0D9;
}
.TagClassName
{
border-color: #FFF0D9;
}
</style>