Shades of Forget Me Not #FFF0DF
Tints of Forget Me Not #FFF0DF
RGB
CMYK
RGB Variations
Color information
#FFF0DF (or 0xFFF0DF) is known color: Forget Me Not. HEX triplet: FF, F0 and DF. RGB value is (255,240,223). Sum of RGB (Red+Green+Blue) = 255+240+223=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DF is #000F20. Grayscale: #F2F2F2. Windows color (decimal): -3873 or 14676223. OLE color: 14676223.
HSL color Cylindrical-coordinate representation of color #FFF0DF: hue angle of 31.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF0DF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 223 | - |
| CMYK | 0 | 0.06 | 0.13 | 0 |
| HSL | 31.88º | 1% | 0.94% | - |
| HSV(B) | 31.88º | 0.13% | 1% | - |
| XYZ | 85.72 | 88.91 | 82.46 | - |
| YUV | 242.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 223 | 0 | 0.06 | 0.13 | 0 | 31.88 | 1 | 0.94 |
| Hex | FF | F0 | DF | 0 | 6 | D | 0 | 20 | 64 | 5E |
| Octal | 377 | 360 | 337 | 0 | 6 | 15 | 0 | 40 | 144 | 136 |
| Binary | 11111111 | 11110000 | 11011111 | 0 | 110 | 1101 | 0 | 100000 | 1100100 | 1011110 |
Color Harmonies of #FFF0DF
Complementary color
Monochromatic Colors of #FFF0DF
Black with #FFF0DF
Text Example
Text Example
White with #FFF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0DF; }
p { color: rgb(255,240,223); }
H1.HeaderClassName
{
color: #FFF0DF;
}
.AnyTagClassName
{
color: #FFF0DF;
}
</style>
background-color css
<style>
a { background-color: #FFF0DF; }
a { background-color: rgb(255,240,223); }
div.DivClassName
{
background-color: #FFF0DF;
}
.BgClassName
{
background-color: #FFF0DF;
}
</style>
border-color css
<style>
span { border-color: #FFF0DF; }
span { border-color: rgb(255,240,223); }
td.TdClassName
{
border-color: #FFF0DF;
}
.TagClassName
{
border-color: #FFF0DF;
}
</style>