Shades of Misty Rose #FDDFDC
Tints of Misty Rose #FDDFDC
RGB
CMYK
RGB Variations
Color information
#FDDFDC (or 0xFDDFDC) is known color: Misty Rose. HEX triplet: FD, DF and DC. RGB value is (253,223,220). Sum of RGB (Red+Green+Blue) = 253+223+220=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFDC is #022023. Grayscale: #E7E7E7. Windows color (decimal): -139300 or 14475261. OLE color: 14475261.
HSL color Cylindrical-coordinate representation of color #FDDFDC: hue angle of 5.45º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDFDC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 223 | 220 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 5.45º | 0.89% | 0.93% | - |
HSV(B) | 5.45º | 0.13% | 0.99% | - |
XYZ | 79.81 | 78.83 | 78.72 | - |
YUV | 231.63 | 121.44 | 143.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 223 | 220 | 0 | 0.12 | 0.13 | 0.01 | 5.45 | 0.89 | 0.93 |
Hex | FD | DF | DC | 0 | C | D | 1 | 5 | 59 | 5D |
Octal | 375 | 337 | 334 | 0 | 14 | 15 | 1 | 5 | 131 | 135 |
Binary | 11111101 | 11011111 | 11011100 | 0 | 1100 | 1101 | 1 | 101 | 1011001 | 1011101 |
Color Harmonies of #FDDFDC
Complementary color
Monochromatic Colors of #FDDFDC
Black with #FDDFDC
Text Example
Text Example
White with #FDDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFDC; }
p { color: rgb(253,223,220); }
H1.HeaderClassName
{
color: #FDDFDC;
}
.AnyTagClassName
{
color: #FDDFDC;
}
</style>
background-color css
<style>
a { background-color: #FDDFDC; }
a { background-color: rgb(253,223,220); }
div.DivClassName
{
background-color: #FDDFDC;
}
.BgClassName
{
background-color: #FDDFDC;
}
</style>
border-color css
<style>
span { border-color: #FDDFDC; }
span { border-color: rgb(253,223,220); }
td.TdClassName
{
border-color: #FDDFDC;
}
.TagClassName
{
border-color: #FDDFDC;
}
</style>