Shades of Misty Rose #FDEEEC
Tints of Misty Rose #FDEEEC
RGB
CMYK
RGB Variations
Color information
#FDEEEC (or 0xFDEEEC) is known color: Misty Rose. HEX triplet: FD, EE and EC. RGB value is (253,238,236). Sum of RGB (Red+Green+Blue) = 253+238+236=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 236 (92.58% from 255 or 32.46% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEEC is #021113. Grayscale: #F2F2F2. Windows color (decimal): -135444 or 15527677. OLE color: 15527677.
HSL color Cylindrical-coordinate representation of color #FDEEEC: hue angle of 7.06º degrees, saturation: 0.81, 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 #FDEEEC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 236 | - |
CMYK | 0 | 0.06 | 0.07 | 0.01 |
HSL | 7.06º | 0.81% | 0.96% | - |
HSV(B) | 7.06º | 0.07% | 0.99% | - |
XYZ | 86.22 | 88.09 | 91.82 | - |
YUV | 242.26 | 124.47 | 135.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 236 | 0 | 0.06 | 0.07 | 0.01 | 7.06 | 0.81 | 0.96 |
Hex | FD | EE | EC | 0 | 6 | 7 | 1 | 7 | 51 | 60 |
Octal | 375 | 356 | 354 | 0 | 6 | 7 | 1 | 7 | 121 | 140 |
Binary | 11111101 | 11101110 | 11101100 | 0 | 110 | 111 | 1 | 111 | 1010001 | 1100000 |
Color Harmonies of #FDEEEC
Complementary color
Monochromatic Colors of #FDEEEC
Black with #FDEEEC
Text Example
Text Example
White with #FDEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEEC; }
p { color: rgb(253,238,236); }
H1.HeaderClassName
{
color: #FDEEEC;
}
.AnyTagClassName
{
color: #FDEEEC;
}
</style>
background-color css
<style>
a { background-color: #FDEEEC; }
a { background-color: rgb(253,238,236); }
div.DivClassName
{
background-color: #FDEEEC;
}
.BgClassName
{
background-color: #FDEEEC;
}
</style>
border-color css
<style>
span { border-color: #FDEEEC; }
span { border-color: rgb(253,238,236); }
td.TdClassName
{
border-color: #FDEEEC;
}
.TagClassName
{
border-color: #FDEEEC;
}
</style>