Shades of Misty Rose #FDEAE7
Tints of Misty Rose #FDEAE7
RGB
CMYK
RGB Variations
Color information
#FDEAE7 (or 0xFDEAE7) is known color: Misty Rose. HEX triplet: FD, EA and E7. RGB value is (253,234,231). Sum of RGB (Red+Green+Blue) = 253+234+231=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 231 (90.62% from 255 or 32.17% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAE7 is #021518. Grayscale: #EFEFEF. Windows color (decimal): -136473 or 15198973. OLE color: 15198973.
HSL color Cylindrical-coordinate representation of color #FDEAE7: hue angle of 8.18º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDEAE7 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 231 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.01 |
| HSL | 8.18º | 0.85% | 0.95% | - |
| HSV(B) | 8.18º | 0.09% | 0.99% | - |
| XYZ | 84.35 | 85.5 | 87.66 | - |
| YUV | 239.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 231 | 0 | 0.08 | 0.09 | 0.01 | 8.18 | 0.85 | 0.95 |
| Hex | FD | EA | E7 | 0 | 8 | 9 | 1 | 8 | 55 | 5F |
| Octal | 375 | 352 | 347 | 0 | 10 | 11 | 1 | 10 | 125 | 137 |
| Binary | 11111101 | 11101010 | 11100111 | 0 | 1000 | 1001 | 1 | 1000 | 1010101 | 1011111 |
Color Harmonies of #FDEAE7
Complementary color
Monochromatic Colors of #FDEAE7
Black with #FDEAE7
Text Example
Text Example
White with #FDEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAE7; }
p { color: rgb(253,234,231); }
H1.HeaderClassName
{
color: #FDEAE7;
}
.AnyTagClassName
{
color: #FDEAE7;
}
</style>
background-color css
<style>
a { background-color: #FDEAE7; }
a { background-color: rgb(253,234,231); }
div.DivClassName
{
background-color: #FDEAE7;
}
.BgClassName
{
background-color: #FDEAE7;
}
</style>
border-color css
<style>
span { border-color: #FDEAE7; }
span { border-color: rgb(253,234,231); }
td.TdClassName
{
border-color: #FDEAE7;
}
.TagClassName
{
border-color: #FDEAE7;
}
</style>