Shades of Classic Rose #FCCDF1
Tints of Classic Rose #FCCDF1
RGB
CMYK
RGB Variations
Color information
#FCCDF1 (or 0xFCCDF1) is known color: Classic Rose. HEX triplet: FC, CD and F1. RGB value is (252,205,241). Sum of RGB (Red+Green+Blue) = 252+205+241=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 205 (80.47% from 255 or 29.37% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF1 is #03320E. Grayscale: #DFDFDF. Windows color (decimal): -209423 or 15846908. OLE color: 15846908.
HSL color Cylindrical-coordinate representation of color #FCCDF1: hue angle of 314.04º 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 #FCCDF1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 241 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.01 |
| HSL | 314.04º | 0.89% | 0.9% | - |
| HSV(B) | 314.04º | 0.19% | 0.99% | - |
| XYZ | 77.85 | 70.71 | 92.76 | - |
| YUV | 223.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 241 | 0 | 0.19 | 0.04 | 0.01 | 314.04 | 0.89 | 0.9 |
| Hex | FC | CD | F1 | 0 | 13 | 4 | 1 | 13A | 59 | 5A |
| Octal | 374 | 315 | 361 | 0 | 23 | 4 | 1 | 472 | 131 | 132 |
| Binary | 11111100 | 11001101 | 11110001 | 0 | 10011 | 100 | 1 | 100111010 | 1011001 | 1011010 |
Color Harmonies of #FCCDF1
Complementary color
Monochromatic Colors of #FCCDF1
Black with #FCCDF1
Text Example
Text Example
White with #FCCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDF1; }
p { color: rgb(252,205,241); }
H1.HeaderClassName
{
color: #FCCDF1;
}
.AnyTagClassName
{
color: #FCCDF1;
}
</style>
background-color css
<style>
a { background-color: #FCCDF1; }
a { background-color: rgb(252,205,241); }
div.DivClassName
{
background-color: #FCCDF1;
}
.BgClassName
{
background-color: #FCCDF1;
}
</style>
border-color css
<style>
span { border-color: #FCCDF1; }
span { border-color: rgb(252,205,241); }
td.TdClassName
{
border-color: #FCCDF1;
}
.TagClassName
{
border-color: #FCCDF1;
}
</style>