Shades of Forget Me Not #FFF0DD
Tints of Forget Me Not #FFF0DD
RGB
CMYK
RGB Variations
Color information
#FFF0DD (or 0xFFF0DD) is known color: Forget Me Not. HEX triplet: FF, F0 and DD. RGB value is (255,240,221). Sum of RGB (Red+Green+Blue) = 255+240+221=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DD is #000F22. Grayscale: #F2F2F2. Windows color (decimal): -3875 or 14545151. OLE color: 14545151.
HSL color Cylindrical-coordinate representation of color #FFF0DD: hue angle of 33.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF0DD is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 221 | - |
| CMYK | 0 | 0.06 | 0.13 | 0 |
| HSL | 33.53º | 1% | 0.93% | - |
| HSV(B) | 33.53º | 0.13% | 1% | - |
| XYZ | 85.45 | 88.8 | 81.04 | - |
| YUV | 242.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 221 | 0 | 0.06 | 0.13 | 0 | 33.53 | 1 | 0.93 |
| Hex | FF | F0 | DD | 0 | 6 | D | 0 | 22 | 64 | 5D |
| Octal | 377 | 360 | 335 | 0 | 6 | 15 | 0 | 42 | 144 | 135 |
| Binary | 11111111 | 11110000 | 11011101 | 0 | 110 | 1101 | 0 | 100010 | 1100100 | 1011101 |
Color Harmonies of #FFF0DD
Complementary color
Monochromatic Colors of #FFF0DD
Black with #FFF0DD
Text Example
Text Example
White with #FFF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0DD; }
p { color: rgb(255,240,221); }
H1.HeaderClassName
{
color: #FFF0DD;
}
.AnyTagClassName
{
color: #FFF0DD;
}
</style>
background-color css
<style>
a { background-color: #FFF0DD; }
a { background-color: rgb(255,240,221); }
div.DivClassName
{
background-color: #FFF0DD;
}
.BgClassName
{
background-color: #FFF0DD;
}
</style>
border-color css
<style>
span { border-color: #FFF0DD; }
span { border-color: rgb(255,240,221); }
td.TdClassName
{
border-color: #FFF0DD;
}
.TagClassName
{
border-color: #FFF0DD;
}
</style>