Shades of Misty Rose #FEDFDB
Tints of Misty Rose #FEDFDB
RGB
CMYK
RGB Variations
Color information
#FEDFDB (or 0xFEDFDB) is known color: Misty Rose. HEX triplet: FE, DF and DB. RGB value is (254,223,219). Sum of RGB (Red+Green+Blue) = 254+223+219=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDB is #012024. Grayscale: #E7E7E7. Windows color (decimal): -73765 or 14409726. OLE color: 14409726.
HSL color Cylindrical-coordinate representation of color #FEDFDB: hue angle of 6.86º 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 #FEDFDB is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 219 | - |
CMYK | 0 | 0.12 | 0.14 | 0.00 |
HSL | 6.86º | 0.95% | 0.93% | - |
HSV(B) | 6.86º | 0.14% | 1% | - |
XYZ | 80.05 | 78.96 | 78.04 | - |
YUV | 231.81 | 120.77 | 143.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 219 | 0 | 0.12 | 0.14 | 0.00 | 6.86 | 0.95 | 0.93 |
Hex | FE | DF | DB | 0 | C | E | 0 | 7 | 5F | 5D |
Octal | 376 | 337 | 333 | 0 | 14 | 16 | 0 | 7 | 137 | 135 |
Binary | 11111110 | 11011111 | 11011011 | 0 | 1100 | 1110 | 0 | 111 | 1011111 | 1011101 |
Color Harmonies of #FEDFDB
Complementary color
Monochromatic Colors of #FEDFDB
Black with #FEDFDB
Text Example
Text Example
White with #FEDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFDB; }
p { color: rgb(254,223,219); }
H1.HeaderClassName
{
color: #FEDFDB;
}
.AnyTagClassName
{
color: #FEDFDB;
}
</style>
background-color css
<style>
a { background-color: #FEDFDB; }
a { background-color: rgb(254,223,219); }
div.DivClassName
{
background-color: #FEDFDB;
}
.BgClassName
{
background-color: #FEDFDB;
}
</style>
border-color css
<style>
span { border-color: #FEDFDB; }
span { border-color: rgb(254,223,219); }
td.TdClassName
{
border-color: #FEDFDB;
}
.TagClassName
{
border-color: #FEDFDB;
}
</style>