Shades of Classic Rose #FCCDEF
Tints of Classic Rose #FCCDEF
RGB
CMYK
RGB Variations
Color information
#FCCDEF (or 0xFCCDEF) is known color: Classic Rose. HEX triplet: FC, CD and EF. RGB value is (252,205,239). Sum of RGB (Red+Green+Blue) = 252+205+239=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEF is #033210. Grayscale: #DEDEDE. Windows color (decimal): -209425 or 15715836. OLE color: 15715836.
HSL color Cylindrical-coordinate representation of color #FCCDEF: hue angle of 316.6º 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 #FCCDEF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 239 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.01 |
| HSL | 316.6º | 0.89% | 0.9% | - |
| HSV(B) | 316.6º | 0.19% | 0.99% | - |
| XYZ | 77.56 | 70.59 | 91.2 | - |
| YUV | 222.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 239 | 0 | 0.19 | 0.05 | 0.01 | 316.6 | 0.89 | 0.9 |
| Hex | FC | CD | EF | 0 | 13 | 5 | 1 | 13D | 59 | 5A |
| Octal | 374 | 315 | 357 | 0 | 23 | 5 | 1 | 475 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11101111 | 0 | 10011 | 101 | 1 | 100111101 | 1011001 | 1011010 |
Color Harmonies of #FCCDEF
Complementary color
Monochromatic Colors of #FCCDEF
Black with #FCCDEF
Text Example
Text Example
White with #FCCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDEF; }
p { color: rgb(252,205,239); }
H1.HeaderClassName
{
color: #FCCDEF;
}
.AnyTagClassName
{
color: #FCCDEF;
}
</style>
background-color css
<style>
a { background-color: #FCCDEF; }
a { background-color: rgb(252,205,239); }
div.DivClassName
{
background-color: #FCCDEF;
}
.BgClassName
{
background-color: #FCCDEF;
}
</style>
border-color css
<style>
span { border-color: #FCCDEF; }
span { border-color: rgb(252,205,239); }
td.TdClassName
{
border-color: #FCCDEF;
}
.TagClassName
{
border-color: #FCCDEF;
}
</style>