Shades of Classic Rose #FDC4DE
Tints of Classic Rose #FDC4DE
RGB
CMYK
RGB Variations
Color information
#FDC4DE (or 0xFDC4DE) is known color: Classic Rose. HEX triplet: FD, C4 and DE. RGB value is (253,196,222). Sum of RGB (Red+Green+Blue) = 253+196+222=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4DE is #023B21. Grayscale: #D7D7D7. Windows color (decimal): -146210 or 14599421. OLE color: 14599421.
HSL color Cylindrical-coordinate representation of color #FDC4DE: hue angle of 332.63º 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 #FDC4DE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 222 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.01 |
| HSL | 332.63º | 0.93% | 0.88% | - |
| HSV(B) | 332.63º | 0.23% | 0.99% | - |
| XYZ | 73.43 | 65.64 | 77.91 | - |
| YUV | 216.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 222 | 0 | 0.23 | 0.12 | 0.01 | 332.63 | 0.93 | 0.88 |
| Hex | FD | C4 | DE | 0 | 17 | C | 1 | 14D | 5D | 58 |
| Octal | 375 | 304 | 336 | 0 | 27 | 14 | 1 | 515 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11011110 | 0 | 10111 | 1100 | 1 | 101001101 | 1011101 | 1011000 |
Color Harmonies of #FDC4DE
Complementary color
Monochromatic Colors of #FDC4DE
Black with #FDC4DE
Text Example
Text Example
White with #FDC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4DE; }
p { color: rgb(253,196,222); }
H1.HeaderClassName
{
color: #FDC4DE;
}
.AnyTagClassName
{
color: #FDC4DE;
}
</style>
background-color css
<style>
a { background-color: #FDC4DE; }
a { background-color: rgb(253,196,222); }
div.DivClassName
{
background-color: #FDC4DE;
}
.BgClassName
{
background-color: #FDC4DE;
}
</style>
border-color css
<style>
span { border-color: #FDC4DE; }
span { border-color: rgb(253,196,222); }
td.TdClassName
{
border-color: #FDC4DE;
}
.TagClassName
{
border-color: #FDC4DE;
}
</style>