Shades of Misty Rose #FEDCDB
Tints of Misty Rose #FEDCDB
RGB
CMYK
RGB Variations
Color information
#FEDCDB (or 0xFEDCDB) is known color: Misty Rose. HEX triplet: FE, DC and DB. RGB value is (254,220,219). Sum of RGB (Red+Green+Blue) = 254+220+219=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 219 (85.94% from 255 or 31.60% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDB is #012324. Grayscale: #E6E6E6. Windows color (decimal): -74533 or 14408958. OLE color: 14408958.
HSL color Cylindrical-coordinate representation of color #FEDCDB: hue angle of 1.71º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDCDB is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 219 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.00 |
| HSL | 1.71º | 0.95% | 0.93% | - |
| HSV(B) | 1.71º | 0.14% | 1% | - |
| XYZ | 79.25 | 77.37 | 77.78 | - |
| YUV | 230.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 219 | 0 | 0.13 | 0.14 | 0.00 | 1.71 | 0.95 | 0.93 |
| Hex | FE | DC | DB | 0 | D | E | 0 | 2 | 5F | 5D |
| Octal | 376 | 334 | 333 | 0 | 15 | 16 | 0 | 2 | 137 | 135 |
| Binary | 11111110 | 11011100 | 11011011 | 0 | 1101 | 1110 | 0 | 10 | 1011111 | 1011101 |
Color Harmonies of #FEDCDB
Complementary color
Monochromatic Colors of #FEDCDB
Black with #FEDCDB
Text Example
Text Example
White with #FEDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCDB; }
p { color: rgb(254,220,219); }
H1.HeaderClassName
{
color: #FEDCDB;
}
.AnyTagClassName
{
color: #FEDCDB;
}
</style>
background-color css
<style>
a { background-color: #FEDCDB; }
a { background-color: rgb(254,220,219); }
div.DivClassName
{
background-color: #FEDCDB;
}
.BgClassName
{
background-color: #FEDCDB;
}
</style>
border-color css
<style>
span { border-color: #FEDCDB; }
span { border-color: rgb(254,220,219); }
td.TdClassName
{
border-color: #FEDCDB;
}
.TagClassName
{
border-color: #FEDCDB;
}
</style>