Shades of Forget Me Not #FFF2E0
Tints of Forget Me Not #FFF2E0
RGB
CMYK
RGB Variations
Color information
#FFF2E0 (or 0xFFF2E0) is known color: Forget Me Not. HEX triplet: FF, F2 and E0. RGB value is (255,242,224). Sum of RGB (Red+Green+Blue) = 255+242+224=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E0 is #000D1F. Grayscale: #F3F3F3. Windows color (decimal): -3360 or 14742271. OLE color: 14742271.
HSL color Cylindrical-coordinate representation of color #FFF2E0: hue angle of 34.84º 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 #FFF2E0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 224 | - |
| CMYK | 0 | 0.05 | 0.12 | 0 |
| HSL | 34.84º | 1% | 0.94% | - |
| HSV(B) | 34.84º | 0.12% | 1% | - |
| XYZ | 86.45 | 90.15 | 83.36 | - |
| YUV | 243.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 224 | 0 | 0.05 | 0.12 | 0 | 34.84 | 1 | 0.94 |
| Hex | FF | F2 | E0 | 0 | 5 | C | 0 | 23 | 64 | 5E |
| Octal | 377 | 362 | 340 | 0 | 5 | 14 | 0 | 43 | 144 | 136 |
| Binary | 11111111 | 11110010 | 11100000 | 0 | 101 | 1100 | 0 | 100011 | 1100100 | 1011110 |
Color Harmonies of #FFF2E0
Complementary color
Monochromatic Colors of #FFF2E0
Black with #FFF2E0
Text Example
Text Example
White with #FFF2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2E0; }
p { color: rgb(255,242,224); }
H1.HeaderClassName
{
color: #FFF2E0;
}
.AnyTagClassName
{
color: #FFF2E0;
}
</style>
background-color css
<style>
a { background-color: #FFF2E0; }
a { background-color: rgb(255,242,224); }
div.DivClassName
{
background-color: #FFF2E0;
}
.BgClassName
{
background-color: #FFF2E0;
}
</style>
border-color css
<style>
span { border-color: #FFF2E0; }
span { border-color: rgb(255,242,224); }
td.TdClassName
{
border-color: #FFF2E0;
}
.TagClassName
{
border-color: #FFF2E0;
}
</style>