Shades of Classic Rose #FDC4EC
Tints of Classic Rose #FDC4EC
RGB
CMYK
RGB Variations
Color information
#FDC4EC (or 0xFDC4EC) is known color: Classic Rose. HEX triplet: FD, C4 and EC. RGB value is (253,196,236). Sum of RGB (Red+Green+Blue) = 253+196+236=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4EC is #023B13. Grayscale: #D9D9D9. Windows color (decimal): -146196 or 15516925. OLE color: 15516925.
HSL color Cylindrical-coordinate representation of color #FDC4EC: hue angle of 317.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 #FDC4EC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 236 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.01 |
| HSL | 317.89º | 0.93% | 0.88% | - |
| HSV(B) | 317.89º | 0.23% | 0.99% | - |
| XYZ | 75.39 | 66.42 | 88.2 | - |
| YUV | 217.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 236 | 0 | 0.23 | 0.07 | 0.01 | 317.89 | 0.93 | 0.88 |
| Hex | FD | C4 | EC | 0 | 17 | 7 | 1 | 13E | 5D | 58 |
| Octal | 375 | 304 | 354 | 0 | 27 | 7 | 1 | 476 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11101100 | 0 | 10111 | 111 | 1 | 100111110 | 1011101 | 1011000 |
Color Harmonies of #FDC4EC
Complementary color
Monochromatic Colors of #FDC4EC
Black with #FDC4EC
Text Example
Text Example
White with #FDC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4EC; }
p { color: rgb(253,196,236); }
H1.HeaderClassName
{
color: #FDC4EC;
}
.AnyTagClassName
{
color: #FDC4EC;
}
</style>
background-color css
<style>
a { background-color: #FDC4EC; }
a { background-color: rgb(253,196,236); }
div.DivClassName
{
background-color: #FDC4EC;
}
.BgClassName
{
background-color: #FDC4EC;
}
</style>
border-color css
<style>
span { border-color: #FDC4EC; }
span { border-color: rgb(253,196,236); }
td.TdClassName
{
border-color: #FDC4EC;
}
.TagClassName
{
border-color: #FDC4EC;
}
</style>