Shades of Classic Rose #FCCDE5
Tints of Classic Rose #FCCDE5
RGB
CMYK
RGB Variations
Color information
#FCCDE5 (or 0xFCCDE5) is known color: Classic Rose. HEX triplet: FC, CD and E5. RGB value is (252,205,229). Sum of RGB (Red+Green+Blue) = 252+205+229=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 205 (80.47% from 255 or 29.88% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDE5 is #03321A. Grayscale: #DDDDDD. Windows color (decimal): -209435 or 15060476. OLE color: 15060476.
HSL color Cylindrical-coordinate representation of color #FCCDE5: hue angle of 329.36º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDE5 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 229 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.01 |
| HSL | 329.36º | 0.89% | 0.9% | - |
| HSV(B) | 329.36º | 0.19% | 0.99% | - |
| XYZ | 76.12 | 70.02 | 83.63 | - |
| YUV | 221.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 229 | 0 | 0.19 | 0.09 | 0.01 | 329.36 | 0.89 | 0.9 |
| Hex | FC | CD | E5 | 0 | 13 | 9 | 1 | 149 | 59 | 5A |
| Octal | 374 | 315 | 345 | 0 | 23 | 11 | 1 | 511 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11100101 | 0 | 10011 | 1001 | 1 | 101001001 | 1011001 | 1011010 |
Color Harmonies of #FCCDE5
Complementary color
Monochromatic Colors of #FCCDE5
Black with #FCCDE5
Text Example
Text Example
White with #FCCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDE5; }
p { color: rgb(252,205,229); }
H1.HeaderClassName
{
color: #FCCDE5;
}
.AnyTagClassName
{
color: #FCCDE5;
}
</style>
background-color css
<style>
a { background-color: #FCCDE5; }
a { background-color: rgb(252,205,229); }
div.DivClassName
{
background-color: #FCCDE5;
}
.BgClassName
{
background-color: #FCCDE5;
}
</style>
border-color css
<style>
span { border-color: #FCCDE5; }
span { border-color: rgb(252,205,229); }
td.TdClassName
{
border-color: #FCCDE5;
}
.TagClassName
{
border-color: #FCCDE5;
}
</style>