Shades of Misty Rose #FEDEDC
Tints of Misty Rose #FEDEDC
RGB
CMYK
RGB Variations
Color information
#FEDEDC (or 0xFEDEDC) is known color: Misty Rose. HEX triplet: FE, DE and DC. RGB value is (254,222,220). Sum of RGB (Red+Green+Blue) = 254+222+220=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDC is #012123. Grayscale: #E7E7E7. Windows color (decimal): -74020 or 14475006. OLE color: 14475006.
HSL color Cylindrical-coordinate representation of color #FEDEDC: hue angle of 3.53º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEDC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 220 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.00 |
| HSL | 3.53º | 0.94% | 0.93% | - |
| HSV(B) | 3.53º | 0.13% | 1% | - |
| XYZ | 79.91 | 78.48 | 78.65 | - |
| YUV | 231.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 220 | 0 | 0.13 | 0.13 | 0.00 | 3.53 | 0.94 | 0.93 |
| Hex | FE | DE | DC | 0 | D | D | 0 | 4 | 5E | 5D |
| Octal | 376 | 336 | 334 | 0 | 15 | 15 | 0 | 4 | 136 | 135 |
| Binary | 11111110 | 11011110 | 11011100 | 0 | 1101 | 1101 | 0 | 100 | 1011110 | 1011101 |
Color Harmonies of #FEDEDC
Complementary color
Monochromatic Colors of #FEDEDC
Black with #FEDEDC
Text Example
Text Example
White with #FEDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEDC; }
p { color: rgb(254,222,220); }
H1.HeaderClassName
{
color: #FEDEDC;
}
.AnyTagClassName
{
color: #FEDEDC;
}
</style>
background-color css
<style>
a { background-color: #FEDEDC; }
a { background-color: rgb(254,222,220); }
div.DivClassName
{
background-color: #FEDEDC;
}
.BgClassName
{
background-color: #FEDEDC;
}
</style>
border-color css
<style>
span { border-color: #FEDEDC; }
span { border-color: rgb(254,222,220); }
td.TdClassName
{
border-color: #FEDEDC;
}
.TagClassName
{
border-color: #FEDEDC;
}
</style>