Shades of Misty Rose #FEDFDD
Tints of Misty Rose #FEDFDD
RGB
CMYK
RGB Variations
Color information
#FEDFDD (or 0xFEDFDD) is known color: Misty Rose. HEX triplet: FE, DF and DD. RGB value is (254,223,221). Sum of RGB (Red+Green+Blue) = 254+223+221=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFDD is #012022. Grayscale: #E8E8E8. Windows color (decimal): -73763 or 14540798. OLE color: 14540798.
HSL color Cylindrical-coordinate representation of color #FEDFDD: hue angle of 3.64º 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 #FEDFDD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 223 | 221 | - |
CMYK | 0 | 0.12 | 0.13 | 0.00 |
HSL | 3.64º | 0.94% | 0.93% | - |
HSV(B) | 3.64º | 0.13% | 1% | - |
XYZ | 80.31 | 79.07 | 79.44 | - |
YUV | 232.04 | 121.77 | 143.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 223 | 221 | 0 | 0.12 | 0.13 | 0.00 | 3.64 | 0.94 | 0.93 |
Hex | FE | DF | DD | 0 | C | D | 0 | 4 | 5E | 5D |
Octal | 376 | 337 | 335 | 0 | 14 | 15 | 0 | 4 | 136 | 135 |
Binary | 11111110 | 11011111 | 11011101 | 0 | 1100 | 1101 | 0 | 100 | 1011110 | 1011101 |
Color Harmonies of #FEDFDD
Complementary color
Monochromatic Colors of #FEDFDD
Black with #FEDFDD
Text Example
Text Example
White with #FEDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFDD; }
p { color: rgb(254,223,221); }
H1.HeaderClassName
{
color: #FEDFDD;
}
.AnyTagClassName
{
color: #FEDFDD;
}
</style>
background-color css
<style>
a { background-color: #FEDFDD; }
a { background-color: rgb(254,223,221); }
div.DivClassName
{
background-color: #FEDFDD;
}
.BgClassName
{
background-color: #FEDFDD;
}
</style>
border-color css
<style>
span { border-color: #FEDFDD; }
span { border-color: rgb(254,223,221); }
td.TdClassName
{
border-color: #FEDFDD;
}
.TagClassName
{
border-color: #FEDFDD;
}
</style>