Shades of Forget Me Not #FFF3DE
Tints of Forget Me Not #FFF3DE
RGB
CMYK
RGB Variations
Color information
#FFF3DE (or 0xFFF3DE) is known color: Forget Me Not. HEX triplet: FF, F3 and DE. RGB value is (255,243,222). Sum of RGB (Red+Green+Blue) = 255+243+222=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3DE is #000C21. Grayscale: #F4F4F4. Windows color (decimal): -3106 or 14611455. OLE color: 14611455.
HSL color Cylindrical-coordinate representation of color #FFF3DE: hue angle of 38.18º 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 #FFF3DE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 222 | - |
| CMYK | 0 | 0.05 | 0.13 | 0 |
| HSL | 38.18º | 1% | 0.94% | - |
| HSV(B) | 38.18º | 0.13% | 1% | - |
| XYZ | 86.48 | 90.64 | 82.04 | - |
| YUV | 244.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 222 | 0 | 0.05 | 0.13 | 0 | 38.18 | 1 | 0.94 |
| Hex | FF | F3 | DE | 0 | 5 | D | 0 | 26 | 64 | 5E |
| Octal | 377 | 363 | 336 | 0 | 5 | 15 | 0 | 46 | 144 | 136 |
| Binary | 11111111 | 11110011 | 11011110 | 0 | 101 | 1101 | 0 | 100110 | 1100100 | 1011110 |
Color Harmonies of #FFF3DE
Complementary color
Monochromatic Colors of #FFF3DE
Black with #FFF3DE
Text Example
Text Example
White with #FFF3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3DE; }
p { color: rgb(255,243,222); }
H1.HeaderClassName
{
color: #FFF3DE;
}
.AnyTagClassName
{
color: #FFF3DE;
}
</style>
background-color css
<style>
a { background-color: #FFF3DE; }
a { background-color: rgb(255,243,222); }
div.DivClassName
{
background-color: #FFF3DE;
}
.BgClassName
{
background-color: #FFF3DE;
}
</style>
border-color css
<style>
span { border-color: #FFF3DE; }
span { border-color: rgb(255,243,222); }
td.TdClassName
{
border-color: #FFF3DE;
}
.TagClassName
{
border-color: #FFF3DE;
}
</style>