Shades of Classic Rose #FCCDEC
Tints of Classic Rose #FCCDEC
RGB
CMYK
RGB Variations
Color information
#FCCDEC (or 0xFCCDEC) is known color: Classic Rose. HEX triplet: FC, CD and EC. RGB value is (252,205,236). Sum of RGB (Red+Green+Blue) = 252+205+236=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 205 (80.47% from 255 or 29.58% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEC is #033213. Grayscale: #DEDEDE. Windows color (decimal): -209428 or 15519228. OLE color: 15519228.
HSL color Cylindrical-coordinate representation of color #FCCDEC: hue angle of 320.43º 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 #FCCDEC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 236 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.01 |
| HSL | 320.43º | 0.89% | 0.9% | - |
| HSV(B) | 320.43º | 0.19% | 0.99% | - |
| XYZ | 77.12 | 70.41 | 88.88 | - |
| YUV | 222.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 236 | 0 | 0.19 | 0.06 | 0.01 | 320.43 | 0.89 | 0.9 |
| Hex | FC | CD | EC | 0 | 13 | 6 | 1 | 140 | 59 | 5A |
| Octal | 374 | 315 | 354 | 0 | 23 | 6 | 1 | 500 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11101100 | 0 | 10011 | 110 | 1 | 101000000 | 1011001 | 1011010 |
Color Harmonies of #FCCDEC
Complementary color
Monochromatic Colors of #FCCDEC
Black with #FCCDEC
Text Example
Text Example
White with #FCCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDEC; }
p { color: rgb(252,205,236); }
H1.HeaderClassName
{
color: #FCCDEC;
}
.AnyTagClassName
{
color: #FCCDEC;
}
</style>
background-color css
<style>
a { background-color: #FCCDEC; }
a { background-color: rgb(252,205,236); }
div.DivClassName
{
background-color: #FCCDEC;
}
.BgClassName
{
background-color: #FCCDEC;
}
</style>
border-color css
<style>
span { border-color: #FCCDEC; }
span { border-color: rgb(252,205,236); }
td.TdClassName
{
border-color: #FCCDEC;
}
.TagClassName
{
border-color: #FCCDEC;
}
</style>