Shades of Forget Me Not #FCF0DB
Tints of Forget Me Not #FCF0DB
RGB
CMYK
RGB Variations
Color information
#FCF0DB (or 0xFCF0DB) is known color: Forget Me Not. HEX triplet: FC, F0 and DB. RGB value is (252,240,219). Sum of RGB (Red+Green+Blue) = 252+240+219=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DB is #030F24. Grayscale: #F1F1F1. Windows color (decimal): -200485 or 14414076. OLE color: 14414076.
HSL color Cylindrical-coordinate representation of color #FCF0DB: hue angle of 38.18º 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 #FCF0DB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 219 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 38.18º | 0.85% | 0.92% | - |
HSV(B) | 38.18º | 0.13% | 0.99% | - |
XYZ | 84.09 | 88.13 | 79.6 | - |
YUV | 241.19 | 115.48 | 135.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 219 | 0 | 0.05 | 0.13 | 0.01 | 38.18 | 0.85 | 0.92 |
Hex | FC | F0 | DB | 0 | 5 | D | 1 | 26 | 55 | 5C |
Octal | 374 | 360 | 333 | 0 | 5 | 15 | 1 | 46 | 125 | 134 |
Binary | 11111100 | 11110000 | 11011011 | 0 | 101 | 1101 | 1 | 100110 | 1010101 | 1011100 |
Color Harmonies of #FCF0DB
Complementary color
Monochromatic Colors of #FCF0DB
Black with #FCF0DB
Text Example
Text Example
White with #FCF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0DB; }
p { color: rgb(252,240,219); }
H1.HeaderClassName
{
color: #FCF0DB;
}
.AnyTagClassName
{
color: #FCF0DB;
}
</style>
background-color css
<style>
a { background-color: #FCF0DB; }
a { background-color: rgb(252,240,219); }
div.DivClassName
{
background-color: #FCF0DB;
}
.BgClassName
{
background-color: #FCF0DB;
}
</style>
border-color css
<style>
span { border-color: #FCF0DB; }
span { border-color: rgb(252,240,219); }
td.TdClassName
{
border-color: #FCF0DB;
}
.TagClassName
{
border-color: #FCF0DB;
}
</style>