Shades of Forget Me Not #FAEDDC
Tints of Forget Me Not #FAEDDC
RGB
CMYK
RGB Variations
Color information
#FAEDDC (or 0xFAEDDC) is known color: Forget Me Not. HEX triplet: FA, ED and DC. RGB value is (250,237,220). Sum of RGB (Red+Green+Blue) = 250+237+220=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDDC is #051223. Grayscale: #EFEFEF. Windows color (decimal): -332324 or 14478842. OLE color: 14478842.
HSL color Cylindrical-coordinate representation of color #FAEDDC: hue angle of 34º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FAEDDC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 220 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.02 |
| HSL | 34º | 0.75% | 0.92% | - |
| HSV(B) | 34º | 0.12% | 0.98% | - |
| XYZ | 82.63 | 86.06 | 79.97 | - |
| YUV | 238.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 220 | 0 | 0.05 | 0.12 | 0.02 | 34 | 0.75 | 0.92 |
| Hex | FA | ED | DC | 0 | 5 | C | 2 | 22 | 4B | 5C |
| Octal | 372 | 355 | 334 | 0 | 5 | 14 | 2 | 42 | 113 | 134 |
| Binary | 11111010 | 11101101 | 11011100 | 0 | 101 | 1100 | 10 | 100010 | 1001011 | 1011100 |
Color Harmonies of #FAEDDC
Complementary color
Monochromatic Colors of #FAEDDC
Black with #FAEDDC
Text Example
Text Example
White with #FAEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDDC; }
p { color: rgb(250,237,220); }
H1.HeaderClassName
{
color: #FAEDDC;
}
.AnyTagClassName
{
color: #FAEDDC;
}
</style>
background-color css
<style>
a { background-color: #FAEDDC; }
a { background-color: rgb(250,237,220); }
div.DivClassName
{
background-color: #FAEDDC;
}
.BgClassName
{
background-color: #FAEDDC;
}
</style>
border-color css
<style>
span { border-color: #FAEDDC; }
span { border-color: rgb(250,237,220); }
td.TdClassName
{
border-color: #FAEDDC;
}
.TagClassName
{
border-color: #FAEDDC;
}
</style>