Shades of Forget Me Not #FFF1E0
Tints of Forget Me Not #FFF1E0
RGB
CMYK
RGB Variations
Color information
#FFF1E0 (or 0xFFF1E0) is known color: Forget Me Not. HEX triplet: FF, F1 and E0. RGB value is (255,241,224). Sum of RGB (Red+Green+Blue) = 255+241+224=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF1E0 is #000E1F. Grayscale: #F3F3F3. Windows color (decimal): -3616 or 14742015. OLE color: 14742015.
HSL color Cylindrical-coordinate representation of color #FFF1E0: hue angle of 32.9º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFF1E0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 224 | - |
| CMYK | 0 | 0.05 | 0.12 | 0 |
| HSL | 32.9º | 1% | 0.94% | - |
| HSV(B) | 32.9º | 0.12% | 1% | - |
| XYZ | 86.15 | 89.55 | 83.27 | - |
| YUV | 243.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 224 | 0 | 0.05 | 0.12 | 0 | 32.9 | 1 | 0.94 |
| Hex | FF | F1 | E0 | 0 | 5 | C | 0 | 21 | 64 | 5E |
| Octal | 377 | 361 | 340 | 0 | 5 | 14 | 0 | 41 | 144 | 136 |
| Binary | 11111111 | 11110001 | 11100000 | 0 | 101 | 1100 | 0 | 100001 | 1100100 | 1011110 |
Color Harmonies of #FFF1E0
Complementary color
Monochromatic Colors of #FFF1E0
Black with #FFF1E0
Text Example
Text Example
White with #FFF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1E0; }
p { color: rgb(255,241,224); }
H1.HeaderClassName
{
color: #FFF1E0;
}
.AnyTagClassName
{
color: #FFF1E0;
}
</style>
background-color css
<style>
a { background-color: #FFF1E0; }
a { background-color: rgb(255,241,224); }
div.DivClassName
{
background-color: #FFF1E0;
}
.BgClassName
{
background-color: #FFF1E0;
}
</style>
border-color css
<style>
span { border-color: #FFF1E0; }
span { border-color: rgb(255,241,224); }
td.TdClassName
{
border-color: #FFF1E0;
}
.TagClassName
{
border-color: #FFF1E0;
}
</style>