Shades of Forget Me Not #FDF2DF
Tints of Forget Me Not #FDF2DF
RGB
CMYK
RGB Variations
Color information
#FDF2DF (or 0xFDF2DF) is known color: Forget Me Not. HEX triplet: FD, F2 and DF. RGB value is (253,242,223). Sum of RGB (Red+Green+Blue) = 253+242+223=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF2DF is #020D20. Grayscale: #F3F3F3. Windows color (decimal): -134433 or 14676733. OLE color: 14676733.
HSL color Cylindrical-coordinate representation of color #FDF2DF: hue angle of 38º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDF2DF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 223 | - |
CMYK | 0 | 0.04 | 0.12 | 0.01 |
HSL | 38º | 0.88% | 0.93% | - |
HSV(B) | 38º | 0.12% | 0.99% | - |
XYZ | 85.58 | 89.71 | 82.62 | - |
YUV | 243.12 | 116.64 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 223 | 0 | 0.04 | 0.12 | 0.01 | 38 | 0.88 | 0.93 |
Hex | FD | F2 | DF | 0 | 4 | C | 1 | 26 | 58 | 5D |
Octal | 375 | 362 | 337 | 0 | 4 | 14 | 1 | 46 | 130 | 135 |
Binary | 11111101 | 11110010 | 11011111 | 0 | 100 | 1100 | 1 | 100110 | 1011000 | 1011101 |
Color Harmonies of #FDF2DF
Complementary color
Monochromatic Colors of #FDF2DF
Black with #FDF2DF
Text Example
Text Example
White with #FDF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2DF; }
p { color: rgb(253,242,223); }
H1.HeaderClassName
{
color: #FDF2DF;
}
.AnyTagClassName
{
color: #FDF2DF;
}
</style>
background-color css
<style>
a { background-color: #FDF2DF; }
a { background-color: rgb(253,242,223); }
div.DivClassName
{
background-color: #FDF2DF;
}
.BgClassName
{
background-color: #FDF2DF;
}
</style>
border-color css
<style>
span { border-color: #FDF2DF; }
span { border-color: rgb(253,242,223); }
td.TdClassName
{
border-color: #FDF2DF;
}
.TagClassName
{
border-color: #FDF2DF;
}
</style>