Shades of Misty Rose #FDEDEB
Tints of Misty Rose #FDEDEB
RGB
CMYK
RGB Variations
Color information
#FDEDEB (or 0xFDEDEB) is known color: Misty Rose. HEX triplet: FD, ED and EB. RGB value is (253,237,235). Sum of RGB (Red+Green+Blue) = 253+237+235=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 235 (92.19% from 255 or 32.41% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDEB is #021214. Grayscale: #F1F1F1. Windows color (decimal): -135701 or 15461885. OLE color: 15461885.
HSL color Cylindrical-coordinate representation of color #FDEDEB: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDEDEB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 235 | - |
CMYK | 0 | 0.06 | 0.07 | 0.01 |
HSL | 6.67º | 0.82% | 0.96% | - |
HSV(B) | 6.67º | 0.07% | 0.99% | - |
XYZ | 85.79 | 87.45 | 90.96 | - |
YUV | 241.56 | 124.3 | 136.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 235 | 0 | 0.06 | 0.07 | 0.01 | 6.67 | 0.82 | 0.96 |
Hex | FD | ED | EB | 0 | 6 | 7 | 1 | 7 | 52 | 60 |
Octal | 375 | 355 | 353 | 0 | 6 | 7 | 1 | 7 | 122 | 140 |
Binary | 11111101 | 11101101 | 11101011 | 0 | 110 | 111 | 1 | 111 | 1010010 | 1100000 |
Color Harmonies of #FDEDEB
Complementary color
Monochromatic Colors of #FDEDEB
Black with #FDEDEB
Text Example
Text Example
White with #FDEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDEB; }
p { color: rgb(253,237,235); }
H1.HeaderClassName
{
color: #FDEDEB;
}
.AnyTagClassName
{
color: #FDEDEB;
}
</style>
background-color css
<style>
a { background-color: #FDEDEB; }
a { background-color: rgb(253,237,235); }
div.DivClassName
{
background-color: #FDEDEB;
}
.BgClassName
{
background-color: #FDEDEB;
}
</style>
border-color css
<style>
span { border-color: #FDEDEB; }
span { border-color: rgb(253,237,235); }
td.TdClassName
{
border-color: #FDEDEB;
}
.TagClassName
{
border-color: #FDEDEB;
}
</style>