Shades of Classic Rose #FCC2DF
Tints of Classic Rose #FCC2DF
RGB
CMYK
RGB Variations
Color information
#FCC2DF (or 0xFCC2DF) is known color: Classic Rose. HEX triplet: FC, C2 and DF. RGB value is (252,194,223). Sum of RGB (Red+Green+Blue) = 252+194+223=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2DF is #033D20. Grayscale: #D6D6D6. Windows color (decimal): -212257 or 14664444. OLE color: 14664444.
HSL color Cylindrical-coordinate representation of color #FCC2DF: hue angle of 330º 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 #FCC2DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 194 | 223 | - |
CMYK | 0 | 0.23 | 0.12 | 0.01 |
HSL | 330º | 0.91% | 0.87% | - |
HSV(B) | 330º | 0.23% | 0.99% | - |
XYZ | 72.76 | 64.61 | 78.45 | - |
YUV | 214.65 | 132.72 | 154.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 194 | 223 | 0 | 0.23 | 0.12 | 0.01 | 330 | 0.91 | 0.87 |
Hex | FC | C2 | DF | 0 | 17 | C | 1 | 14A | 5B | 57 |
Octal | 374 | 302 | 337 | 0 | 27 | 14 | 1 | 512 | 133 | 127 |
Binary | 11111100 | 11000010 | 11011111 | 0 | 10111 | 1100 | 1 | 101001010 | 1011011 | 1010111 |
Color Harmonies of #FCC2DF
Complementary color
Monochromatic Colors of #FCC2DF
Black with #FCC2DF
Text Example
Text Example
White with #FCC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2DF; }
p { color: rgb(252,194,223); }
H1.HeaderClassName
{
color: #FCC2DF;
}
.AnyTagClassName
{
color: #FCC2DF;
}
</style>
background-color css
<style>
a { background-color: #FCC2DF; }
a { background-color: rgb(252,194,223); }
div.DivClassName
{
background-color: #FCC2DF;
}
.BgClassName
{
background-color: #FCC2DF;
}
</style>
border-color css
<style>
span { border-color: #FCC2DF; }
span { border-color: rgb(252,194,223); }
td.TdClassName
{
border-color: #FCC2DF;
}
.TagClassName
{
border-color: #FCC2DF;
}
</style>