Shades of Misty Rose #FEDEDD
Tints of Misty Rose #FEDEDD
RGB
CMYK
RGB Variations
Color information
#FEDEDD (or 0xFEDEDD) is known color: Misty Rose. HEX triplet: FE, DE and DD. RGB value is (254,222,221). Sum of RGB (Red+Green+Blue) = 254+222+221=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDEDD is #012122. Grayscale: #E7E7E7. Windows color (decimal): -74019 or 14540542. OLE color: 14540542.
HSL color Cylindrical-coordinate representation of color #FEDEDD: hue angle of 1.82º 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 #FEDEDD is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 221 | - |
CMYK | 0 | 0.13 | 0.13 | 0.00 |
HSL | 1.82º | 0.94% | 0.93% | - |
HSV(B) | 1.82º | 0.13% | 1% | - |
XYZ | 80.05 | 78.53 | 79.35 | - |
YUV | 231.45 | 122.1 | 144.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 221 | 0 | 0.13 | 0.13 | 0.00 | 1.82 | 0.94 | 0.93 |
Hex | FE | DE | DD | 0 | D | D | 0 | 2 | 5E | 5D |
Octal | 376 | 336 | 335 | 0 | 15 | 15 | 0 | 2 | 136 | 135 |
Binary | 11111110 | 11011110 | 11011101 | 0 | 1101 | 1101 | 0 | 10 | 1011110 | 1011101 |
Color Harmonies of #FEDEDD
Complementary color
Monochromatic Colors of #FEDEDD
Black with #FEDEDD
Text Example
Text Example
White with #FEDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEDD; }
p { color: rgb(254,222,221); }
H1.HeaderClassName
{
color: #FEDEDD;
}
.AnyTagClassName
{
color: #FEDEDD;
}
</style>
background-color css
<style>
a { background-color: #FEDEDD; }
a { background-color: rgb(254,222,221); }
div.DivClassName
{
background-color: #FEDEDD;
}
.BgClassName
{
background-color: #FEDEDD;
}
</style>
border-color css
<style>
span { border-color: #FEDEDD; }
span { border-color: rgb(254,222,221); }
td.TdClassName
{
border-color: #FEDEDD;
}
.TagClassName
{
border-color: #FEDEDD;
}
</style>