Shades of Misty Rose #FDDCDB
Tints of Misty Rose #FDDCDB
RGB
CMYK
RGB Variations
Color information
#FDDCDB (or 0xFDDCDB) is known color: Misty Rose. HEX triplet: FD, DC and DB. RGB value is (253,220,219). Sum of RGB (Red+Green+Blue) = 253+220+219=692 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.56% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCDB is #022324. Grayscale: #E5E5E5. Windows color (decimal): -140069 or 14408957. OLE color: 14408957.
HSL color Cylindrical-coordinate representation of color #FDDCDB: hue angle of 1.76º 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 #FDDCDB is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 219 | - |
CMYK | 0 | 0.13 | 0.13 | 0.01 |
HSL | 1.76º | 0.89% | 0.93% | - |
HSV(B) | 1.76º | 0.13% | 0.99% | - |
XYZ | 78.89 | 77.18 | 77.76 | - |
YUV | 229.75 | 121.93 | 144.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 219 | 0 | 0.13 | 0.13 | 0.01 | 1.76 | 0.89 | 0.93 |
Hex | FD | DC | DB | 0 | D | D | 1 | 2 | 59 | 5D |
Octal | 375 | 334 | 333 | 0 | 15 | 15 | 1 | 2 | 131 | 135 |
Binary | 11111101 | 11011100 | 11011011 | 0 | 1101 | 1101 | 1 | 10 | 1011001 | 1011101 |
Color Harmonies of #FDDCDB
Complementary color
Monochromatic Colors of #FDDCDB
Black with #FDDCDB
Text Example
Text Example
White with #FDDCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCDB; }
p { color: rgb(253,220,219); }
H1.HeaderClassName
{
color: #FDDCDB;
}
.AnyTagClassName
{
color: #FDDCDB;
}
</style>
background-color css
<style>
a { background-color: #FDDCDB; }
a { background-color: rgb(253,220,219); }
div.DivClassName
{
background-color: #FDDCDB;
}
.BgClassName
{
background-color: #FDDCDB;
}
</style>
border-color css
<style>
span { border-color: #FDDCDB; }
span { border-color: rgb(253,220,219); }
td.TdClassName
{
border-color: #FDDCDB;
}
.TagClassName
{
border-color: #FDDCDB;
}
</style>