Shades of Forget Me Not #FCEFDA
Tints of Forget Me Not #FCEFDA
RGB
CMYK
RGB Variations
Color information
#FCEFDA (or 0xFCEFDA) is known color: Forget Me Not. HEX triplet: FC, EF and DA. RGB value is (252,239,218). Sum of RGB (Red+Green+Blue) = 252+239+218=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDA is #031025. Grayscale: #F0F0F0. Windows color (decimal): -200742 or 14348284. OLE color: 14348284.
HSL color Cylindrical-coordinate representation of color #FCEFDA: hue angle of 37.06º 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 #FCEFDA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 218 | - |
CMYK | 0 | 0.05 | 0.13 | 0.01 |
HSL | 37.06º | 0.85% | 0.92% | - |
HSV(B) | 37.06º | 0.13% | 0.99% | - |
XYZ | 83.67 | 87.49 | 78.81 | - |
YUV | 240.49 | 115.31 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 218 | 0 | 0.05 | 0.13 | 0.01 | 37.06 | 0.85 | 0.92 |
Hex | FC | EF | DA | 0 | 5 | D | 1 | 25 | 55 | 5C |
Octal | 374 | 357 | 332 | 0 | 5 | 15 | 1 | 45 | 125 | 134 |
Binary | 11111100 | 11101111 | 11011010 | 0 | 101 | 1101 | 1 | 100101 | 1010101 | 1011100 |
Color Harmonies of #FCEFDA
Complementary color
Monochromatic Colors of #FCEFDA
Black with #FCEFDA
Text Example
Text Example
White with #FCEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFDA; }
p { color: rgb(252,239,218); }
H1.HeaderClassName
{
color: #FCEFDA;
}
.AnyTagClassName
{
color: #FCEFDA;
}
</style>
background-color css
<style>
a { background-color: #FCEFDA; }
a { background-color: rgb(252,239,218); }
div.DivClassName
{
background-color: #FCEFDA;
}
.BgClassName
{
background-color: #FCEFDA;
}
</style>
border-color css
<style>
span { border-color: #FCEFDA; }
span { border-color: rgb(252,239,218); }
td.TdClassName
{
border-color: #FCEFDA;
}
.TagClassName
{
border-color: #FCEFDA;
}
</style>