Shades of Classic Rose #FCC3DF
Tints of Classic Rose #FCC3DF
RGB
CMYK
RGB Variations
Color information
#FCC3DF (or 0xFCC3DF) is known color: Classic Rose. HEX triplet: FC, C3 and DF. RGB value is (252,195,223). Sum of RGB (Red+Green+Blue) = 252+195+223=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3DF is #033C20. Grayscale: #D7D7D7. Windows color (decimal): -212001 or 14664700. OLE color: 14664700.
HSL color Cylindrical-coordinate representation of color #FCC3DF: hue angle of 330.53º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 195 | 223 | - |
CMYK | 0 | 0.23 | 0.12 | 0.01 |
HSL | 330.53º | 0.9% | 0.88% | - |
HSV(B) | 330.53º | 0.23% | 0.99% | - |
XYZ | 72.98 | 65.05 | 78.52 | - |
YUV | 215.24 | 132.38 | 154.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 195 | 223 | 0 | 0.23 | 0.12 | 0.01 | 330.53 | 0.9 | 0.88 |
Hex | FC | C3 | DF | 0 | 17 | C | 1 | 14B | 5A | 58 |
Octal | 374 | 303 | 337 | 0 | 27 | 14 | 1 | 513 | 132 | 130 |
Binary | 11111100 | 11000011 | 11011111 | 0 | 10111 | 1100 | 1 | 101001011 | 1011010 | 1011000 |
Color Harmonies of #FCC3DF
Complementary color
Monochromatic Colors of #FCC3DF
Black with #FCC3DF
Text Example
Text Example
White with #FCC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3DF; }
p { color: rgb(252,195,223); }
H1.HeaderClassName
{
color: #FCC3DF;
}
.AnyTagClassName
{
color: #FCC3DF;
}
</style>
background-color css
<style>
a { background-color: #FCC3DF; }
a { background-color: rgb(252,195,223); }
div.DivClassName
{
background-color: #FCC3DF;
}
.BgClassName
{
background-color: #FCC3DF;
}
</style>
border-color css
<style>
span { border-color: #FCC3DF; }
span { border-color: rgb(252,195,223); }
td.TdClassName
{
border-color: #FCC3DF;
}
.TagClassName
{
border-color: #FCC3DF;
}
</style>