Shades of Forget Me Not #FFF2DE
Tints of Forget Me Not #FFF2DE
RGB
CMYK
RGB Variations
Color information
#FFF2DE (or 0xFFF2DE) is known color: Forget Me Not. HEX triplet: FF, F2 and DE. RGB value is (255,242,222). Sum of RGB (Red+Green+Blue) = 255+242+222=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 222 (87.11% from 255 or 30.88% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DE is #000D21. Grayscale: #F3F3F3. Windows color (decimal): -3362 or 14611199. OLE color: 14611199.
HSL color Cylindrical-coordinate representation of color #FFF2DE: hue angle of 36.36º 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 #FFF2DE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 222 | - |
| CMYK | 0 | 0.05 | 0.13 | 0 |
| HSL | 36.36º | 1% | 0.94% | - |
| HSV(B) | 36.36º | 0.13% | 1% | - |
| XYZ | 86.18 | 90.04 | 81.94 | - |
| YUV | 243.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 222 | 0 | 0.05 | 0.13 | 0 | 36.36 | 1 | 0.94 |
| Hex | FF | F2 | DE | 0 | 5 | D | 0 | 24 | 64 | 5E |
| Octal | 377 | 362 | 336 | 0 | 5 | 15 | 0 | 44 | 144 | 136 |
| Binary | 11111111 | 11110010 | 11011110 | 0 | 101 | 1101 | 0 | 100100 | 1100100 | 1011110 |
Color Harmonies of #FFF2DE
Complementary color
Monochromatic Colors of #FFF2DE
Black with #FFF2DE
Text Example
Text Example
White with #FFF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF2DE; }
p { color: rgb(255,242,222); }
H1.HeaderClassName
{
color: #FFF2DE;
}
.AnyTagClassName
{
color: #FFF2DE;
}
</style>
background-color css
<style>
a { background-color: #FFF2DE; }
a { background-color: rgb(255,242,222); }
div.DivClassName
{
background-color: #FFF2DE;
}
.BgClassName
{
background-color: #FFF2DE;
}
</style>
border-color css
<style>
span { border-color: #FFF2DE; }
span { border-color: rgb(255,242,222); }
td.TdClassName
{
border-color: #FFF2DE;
}
.TagClassName
{
border-color: #FFF2DE;
}
</style>