Shades of Classic Rose #FDC4D9
Tints of Classic Rose #FDC4D9
RGB
CMYK
RGB Variations
Color information
#FDC4D9 (or 0xFDC4D9) is known color: Classic Rose. HEX triplet: FD, C4 and D9. RGB value is (253,196,217). Sum of RGB (Red+Green+Blue) = 253+196+217=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4D9 is #023B26. Grayscale: #D7D7D7. Windows color (decimal): -146215 or 14271741. OLE color: 14271741.
HSL color Cylindrical-coordinate representation of color #FDC4D9: hue angle of 337.89º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4D9 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 196 | 217 | - |
CMYK | 0 | 0.23 | 0.14 | 0.01 |
HSL | 337.89º | 0.93% | 0.88% | - |
HSV(B) | 337.89º | 0.23% | 0.99% | - |
XYZ | 72.77 | 65.37 | 74.43 | - |
YUV | 215.44 | 128.88 | 154.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 196 | 217 | 0 | 0.23 | 0.14 | 0.01 | 337.89 | 0.93 | 0.88 |
Hex | FD | C4 | D9 | 0 | 17 | E | 1 | 152 | 5D | 58 |
Octal | 375 | 304 | 331 | 0 | 27 | 16 | 1 | 522 | 135 | 130 |
Binary | 11111101 | 11000100 | 11011001 | 0 | 10111 | 1110 | 1 | 101010010 | 1011101 | 1011000 |
Color Harmonies of #FDC4D9
Complementary color
Monochromatic Colors of #FDC4D9
Black with #FDC4D9
Text Example
Text Example
White with #FDC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4D9; }
p { color: rgb(253,196,217); }
H1.HeaderClassName
{
color: #FDC4D9;
}
.AnyTagClassName
{
color: #FDC4D9;
}
</style>
background-color css
<style>
a { background-color: #FDC4D9; }
a { background-color: rgb(253,196,217); }
div.DivClassName
{
background-color: #FDC4D9;
}
.BgClassName
{
background-color: #FDC4D9;
}
</style>
border-color css
<style>
span { border-color: #FDC4D9; }
span { border-color: rgb(253,196,217); }
td.TdClassName
{
border-color: #FDC4D9;
}
.TagClassName
{
border-color: #FDC4D9;
}
</style>