Shades of Classic Rose #FCC3E0
Tints of Classic Rose #FCC3E0
RGB
CMYK
RGB Variations
Color information
#FCC3E0 (or 0xFCC3E0) is known color: Classic Rose. HEX triplet: FC, C3 and E0. RGB value is (252,195,224). Sum of RGB (Red+Green+Blue) = 252+195+224=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3E0 is #033C1F. Grayscale: #D7D7D7. Windows color (decimal): -212000 or 14730236. OLE color: 14730236.
HSL color Cylindrical-coordinate representation of color #FCC3E0: hue angle of 329.47º 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 #FCC3E0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 224 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.01 |
| HSL | 329.47º | 0.9% | 0.88% | - |
| HSV(B) | 329.47º | 0.23% | 0.99% | - |
| XYZ | 73.11 | 65.11 | 79.23 | - |
| YUV | 215.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 224 | 0 | 0.23 | 0.11 | 0.01 | 329.47 | 0.9 | 0.88 |
| Hex | FC | C3 | E0 | 0 | 17 | B | 1 | 149 | 5A | 58 |
| Octal | 374 | 303 | 340 | 0 | 27 | 13 | 1 | 511 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11100000 | 0 | 10111 | 1011 | 1 | 101001001 | 1011010 | 1011000 |
Color Harmonies of #FCC3E0
Complementary color
Monochromatic Colors of #FCC3E0
Black with #FCC3E0
Text Example
Text Example
White with #FCC3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3E0; }
p { color: rgb(252,195,224); }
H1.HeaderClassName
{
color: #FCC3E0;
}
.AnyTagClassName
{
color: #FCC3E0;
}
</style>
background-color css
<style>
a { background-color: #FCC3E0; }
a { background-color: rgb(252,195,224); }
div.DivClassName
{
background-color: #FCC3E0;
}
.BgClassName
{
background-color: #FCC3E0;
}
</style>
border-color css
<style>
span { border-color: #FCC3E0; }
span { border-color: rgb(252,195,224); }
td.TdClassName
{
border-color: #FCC3E0;
}
.TagClassName
{
border-color: #FCC3E0;
}
</style>