Shades of Classic Rose #FCCDE0
Tints of Classic Rose #FCCDE0
RGB
CMYK
RGB Variations
Color information
#FCCDE0 (or 0xFCCDE0) is known color: Classic Rose. HEX triplet: FC, CD and E0. RGB value is (252,205,224). Sum of RGB (Red+Green+Blue) = 252+205+224=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDE0 is #03321F. Grayscale: #DDDDDD. Windows color (decimal): -209440 or 14732796. OLE color: 14732796.
HSL color Cylindrical-coordinate representation of color #FCCDE0: hue angle of 335.74º 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 #FCCDE0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 224 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.01 |
| HSL | 335.74º | 0.89% | 0.9% | - |
| HSV(B) | 335.74º | 0.19% | 0.99% | - |
| XYZ | 75.43 | 69.74 | 80.01 | - |
| YUV | 221.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 224 | 0 | 0.19 | 0.11 | 0.01 | 335.74 | 0.89 | 0.9 |
| Hex | FC | CD | E0 | 0 | 13 | B | 1 | 150 | 59 | 5A |
| Octal | 374 | 315 | 340 | 0 | 23 | 13 | 1 | 520 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11100000 | 0 | 10011 | 1011 | 1 | 101010000 | 1011001 | 1011010 |
Color Harmonies of #FCCDE0
Complementary color
Monochromatic Colors of #FCCDE0
Black with #FCCDE0
Text Example
Text Example
White with #FCCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDE0; }
p { color: rgb(252,205,224); }
H1.HeaderClassName
{
color: #FCCDE0;
}
.AnyTagClassName
{
color: #FCCDE0;
}
</style>
background-color css
<style>
a { background-color: #FCCDE0; }
a { background-color: rgb(252,205,224); }
div.DivClassName
{
background-color: #FCCDE0;
}
.BgClassName
{
background-color: #FCCDE0;
}
</style>
border-color css
<style>
span { border-color: #FCCDE0; }
span { border-color: rgb(252,205,224); }
td.TdClassName
{
border-color: #FCCDE0;
}
.TagClassName
{
border-color: #FCCDE0;
}
</style>