Shades of Classic Rose #FDC4DD
Tints of Classic Rose #FDC4DD
RGB
CMYK
RGB Variations
Color information
#FDC4DD (or 0xFDC4DD) is known color: Classic Rose. HEX triplet: FD, C4 and DD. RGB value is (253,196,221). Sum of RGB (Red+Green+Blue) = 253+196+221=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4DD is #023B22. Grayscale: #D7D7D7. Windows color (decimal): -146211 or 14533885. OLE color: 14533885.
HSL color Cylindrical-coordinate representation of color #FDC4DD: hue angle of 333.68º 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 #FDC4DD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 221 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 333.68º | 0.93% | 0.88% | - |
| HSV(B) | 333.68º | 0.23% | 0.99% | - |
| XYZ | 73.3 | 65.58 | 77.2 | - |
| YUV | 215.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 221 | 0 | 0.23 | 0.13 | 0.01 | 333.68 | 0.93 | 0.88 |
| Hex | FD | C4 | DD | 0 | 17 | D | 1 | 14E | 5D | 58 |
| Octal | 375 | 304 | 335 | 0 | 27 | 15 | 1 | 516 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11011101 | 0 | 10111 | 1101 | 1 | 101001110 | 1011101 | 1011000 |
Color Harmonies of #FDC4DD
Complementary color
Monochromatic Colors of #FDC4DD
Black with #FDC4DD
Text Example
Text Example
White with #FDC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4DD; }
p { color: rgb(253,196,221); }
H1.HeaderClassName
{
color: #FDC4DD;
}
.AnyTagClassName
{
color: #FDC4DD;
}
</style>
background-color css
<style>
a { background-color: #FDC4DD; }
a { background-color: rgb(253,196,221); }
div.DivClassName
{
background-color: #FDC4DD;
}
.BgClassName
{
background-color: #FDC4DD;
}
</style>
border-color css
<style>
span { border-color: #FDC4DD; }
span { border-color: rgb(253,196,221); }
td.TdClassName
{
border-color: #FDC4DD;
}
.TagClassName
{
border-color: #FDC4DD;
}
</style>