Shades of Forget Me Not #FCF0DA
Tints of Forget Me Not #FCF0DA
RGB
CMYK
RGB Variations
Color information
#FCF0DA (or 0xFCF0DA) is known color: Forget Me Not. HEX triplet: FC, F0 and DA. RGB value is (252,240,218). Sum of RGB (Red+Green+Blue) = 252+240+218=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 240 (94.14% from 255 or 33.80% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DA is #030F25. Grayscale: #F1F1F1. Windows color (decimal): -200486 or 14348540. OLE color: 14348540.
HSL color Cylindrical-coordinate representation of color #FCF0DA: hue angle of 38.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCF0DA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 218 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 38.82º | 0.85% | 0.92% | - |
HSV(B) | 38.82º | 0.13% | 0.99% | - |
XYZ | 83.96 | 88.08 | 78.91 | - |
YUV | 241.08 | 114.98 | 135.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 218 | 0 | 0.05 | 0.13 | 0.01 | 38.82 | 0.85 | 0.92 |
Hex | FC | F0 | DA | 0 | 5 | D | 1 | 27 | 55 | 5C |
Octal | 374 | 360 | 332 | 0 | 5 | 15 | 1 | 47 | 125 | 134 |
Binary | 11111100 | 11110000 | 11011010 | 0 | 101 | 1101 | 1 | 100111 | 1010101 | 1011100 |
Color Harmonies of #FCF0DA
Complementary color
Monochromatic Colors of #FCF0DA
Black with #FCF0DA
Text Example
Text Example
White with #FCF0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0DA; }
p { color: rgb(252,240,218); }
H1.HeaderClassName
{
color: #FCF0DA;
}
.AnyTagClassName
{
color: #FCF0DA;
}
</style>
background-color css
<style>
a { background-color: #FCF0DA; }
a { background-color: rgb(252,240,218); }
div.DivClassName
{
background-color: #FCF0DA;
}
.BgClassName
{
background-color: #FCF0DA;
}
</style>
border-color css
<style>
span { border-color: #FCF0DA; }
span { border-color: rgb(252,240,218); }
td.TdClassName
{
border-color: #FCF0DA;
}
.TagClassName
{
border-color: #FCF0DA;
}
</style>