Shades of Misty Rose #FEDCDC
Tints of Misty Rose #FEDCDC
RGB
CMYK
RGB Variations
Color information
#FEDCDC (or 0xFEDCDC) is known color: Misty Rose. HEX triplet: FE, DC and DC. RGB value is (254,220,220). Sum of RGB (Red+Green+Blue) = 254+220+220=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDC is #012323. Grayscale: #E6E6E6. Windows color (decimal): -74532 or 14474494. OLE color: 14474494.
HSL color Cylindrical-coordinate representation of color #FEDCDC: hue angle of 0º 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 #FEDCDC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 220 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.00 |
| HSL | 0º | 0.94% | 0.93% | - |
| HSV(B) | 0º | 0.13% | 1% | - |
| XYZ | 79.38 | 77.42 | 78.47 | - |
| YUV | 230.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 220 | 0 | 0.13 | 0.13 | 0.00 | 0 | 0.94 | 0.93 |
| Hex | FE | DC | DC | 0 | D | D | 0 | 0 | 5E | 5D |
| Octal | 376 | 334 | 334 | 0 | 15 | 15 | 0 | 0 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11011100 | 0 | 1101 | 1101 | 0 | 0 | 1011110 | 1011101 |
Color Harmonies of #FEDCDC
Complementary color
Monochromatic Colors of #FEDCDC
Black with #FEDCDC
Text Example
Text Example
White with #FEDCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCDC; }
p { color: rgb(254,220,220); }
H1.HeaderClassName
{
color: #FEDCDC;
}
.AnyTagClassName
{
color: #FEDCDC;
}
</style>
background-color css
<style>
a { background-color: #FEDCDC; }
a { background-color: rgb(254,220,220); }
div.DivClassName
{
background-color: #FEDCDC;
}
.BgClassName
{
background-color: #FEDCDC;
}
</style>
border-color css
<style>
span { border-color: #FEDCDC; }
span { border-color: rgb(254,220,220); }
td.TdClassName
{
border-color: #FEDCDC;
}
.TagClassName
{
border-color: #FEDCDC;
}
</style>