Shades of Forget Me Not #FFF3DF
Tints of Forget Me Not #FFF3DF
RGB
CMYK
RGB Variations
Color information
#FFF3DF (or 0xFFF3DF) is known color: Forget Me Not. HEX triplet: FF, F3 and DF. RGB value is (255,243,223). Sum of RGB (Red+Green+Blue) = 255+243+223=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF3DF is #000C20. Grayscale: #F4F4F4. Windows color (decimal): -3105 or 14676991. OLE color: 14676991.
HSL color Cylindrical-coordinate representation of color #FFF3DF: hue angle of 37.5º 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 #FFF3DF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 223 | - |
| CMYK | 0 | 0.05 | 0.13 | 0 |
| HSL | 37.5º | 1% | 0.94% | - |
| HSV(B) | 37.5º | 0.13% | 1% | - |
| XYZ | 86.61 | 90.69 | 82.75 | - |
| YUV | 244.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 223 | 0 | 0.05 | 0.13 | 0 | 37.5 | 1 | 0.94 |
| Hex | FF | F3 | DF | 0 | 5 | D | 0 | 26 | 64 | 5E |
| Octal | 377 | 363 | 337 | 0 | 5 | 15 | 0 | 46 | 144 | 136 |
| Binary | 11111111 | 11110011 | 11011111 | 0 | 101 | 1101 | 0 | 100110 | 1100100 | 1011110 |
Color Harmonies of #FFF3DF
Complementary color
Monochromatic Colors of #FFF3DF
Black with #FFF3DF
Text Example
Text Example
White with #FFF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3DF; }
p { color: rgb(255,243,223); }
H1.HeaderClassName
{
color: #FFF3DF;
}
.AnyTagClassName
{
color: #FFF3DF;
}
</style>
background-color css
<style>
a { background-color: #FFF3DF; }
a { background-color: rgb(255,243,223); }
div.DivClassName
{
background-color: #FFF3DF;
}
.BgClassName
{
background-color: #FFF3DF;
}
</style>
border-color css
<style>
span { border-color: #FFF3DF; }
span { border-color: rgb(255,243,223); }
td.TdClassName
{
border-color: #FFF3DF;
}
.TagClassName
{
border-color: #FFF3DF;
}
</style>