Shades of Classic Rose #FDC7DB
Tints of Classic Rose #FDC7DB
RGB
CMYK
RGB Variations
Color information
#FDC7DB (or 0xFDC7DB) is known color: Classic Rose. HEX triplet: FD, C7 and DB. RGB value is (253,199,219). Sum of RGB (Red+Green+Blue) = 253+199+219=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7DB is #023824. Grayscale: #D9D9D9. Windows color (decimal): -145445 or 14403581. OLE color: 14403581.
HSL color Cylindrical-coordinate representation of color #FDC7DB: hue angle of 337.78º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7DB is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 199 | 219 | - |
CMYK | 0 | 0.21 | 0.13 | 0.01 |
HSL | 337.78º | 0.93% | 0.89% | - |
HSV(B) | 337.78º | 0.21% | 0.99% | - |
XYZ | 73.72 | 66.84 | 76.03 | - |
YUV | 217.43 | 128.89 | 153.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 199 | 219 | 0 | 0.21 | 0.13 | 0.01 | 337.78 | 0.93 | 0.89 |
Hex | FD | C7 | DB | 0 | 15 | D | 1 | 152 | 5D | 59 |
Octal | 375 | 307 | 333 | 0 | 25 | 15 | 1 | 522 | 135 | 131 |
Binary | 11111101 | 11000111 | 11011011 | 0 | 10101 | 1101 | 1 | 101010010 | 1011101 | 1011001 |
Color Harmonies of #FDC7DB
Complementary color
Monochromatic Colors of #FDC7DB
Black with #FDC7DB
Text Example
Text Example
White with #FDC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7DB; }
p { color: rgb(253,199,219); }
H1.HeaderClassName
{
color: #FDC7DB;
}
.AnyTagClassName
{
color: #FDC7DB;
}
</style>
background-color css
<style>
a { background-color: #FDC7DB; }
a { background-color: rgb(253,199,219); }
div.DivClassName
{
background-color: #FDC7DB;
}
.BgClassName
{
background-color: #FDC7DB;
}
</style>
border-color css
<style>
span { border-color: #FDC7DB; }
span { border-color: rgb(253,199,219); }
td.TdClassName
{
border-color: #FDC7DB;
}
.TagClassName
{
border-color: #FDC7DB;
}
</style>