Shades of Classic Rose #FCC1DF
Tints of Classic Rose #FCC1DF
RGB
CMYK
RGB Variations
Color information
#FCC1DF (or 0xFCC1DF) is known color: Classic Rose. HEX triplet: FC, C1 and DF. RGB value is (252,193,223). Sum of RGB (Red+Green+Blue) = 252+193+223=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC1DF is #033E20. Grayscale: #D5D5D5. Windows color (decimal): -212513 or 14664188. OLE color: 14664188.
HSL color Cylindrical-coordinate representation of color #FCC1DF: hue angle of 329.49º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC1DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 223 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.01 |
| HSL | 329.49º | 0.91% | 0.87% | - |
| HSV(B) | 329.49º | 0.23% | 0.99% | - |
| XYZ | 72.53 | 64.16 | 78.37 | - |
| YUV | 214.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 223 | 0 | 0.23 | 0.12 | 0.01 | 329.49 | 0.91 | 0.87 |
| Hex | FC | C1 | DF | 0 | 17 | C | 1 | 149 | 5B | 57 |
| Octal | 374 | 301 | 337 | 0 | 27 | 14 | 1 | 511 | 133 | 127 |
| Binary | 11111100 | 11000001 | 11011111 | 0 | 10111 | 1100 | 1 | 101001001 | 1011011 | 1010111 |
Color Harmonies of #FCC1DF
Complementary color
Monochromatic Colors of #FCC1DF
Black with #FCC1DF
Text Example
Text Example
White with #FCC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1DF; }
p { color: rgb(252,193,223); }
H1.HeaderClassName
{
color: #FCC1DF;
}
.AnyTagClassName
{
color: #FCC1DF;
}
</style>
background-color css
<style>
a { background-color: #FCC1DF; }
a { background-color: rgb(252,193,223); }
div.DivClassName
{
background-color: #FCC1DF;
}
.BgClassName
{
background-color: #FCC1DF;
}
</style>
border-color css
<style>
span { border-color: #FCC1DF; }
span { border-color: rgb(252,193,223); }
td.TdClassName
{
border-color: #FCC1DF;
}
.TagClassName
{
border-color: #FCC1DF;
}
</style>