Shades of Classic Rose #FCC3E3
Tints of Classic Rose #FCC3E3
RGB
CMYK
RGB Variations
Color information
#FCC3E3 (or 0xFCC3E3) is known color: Classic Rose. HEX triplet: FC, C3 and E3. RGB value is (252,195,227). Sum of RGB (Red+Green+Blue) = 252+195+227=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3E3 is #033C1C. Grayscale: #D7D7D7. Windows color (decimal): -211997 or 14926844. OLE color: 14926844.
HSL color Cylindrical-coordinate representation of color #FCC3E3: hue angle of 326.32º 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 #FCC3E3 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 227 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.01 |
| HSL | 326.32º | 0.9% | 0.88% | - |
| HSV(B) | 326.32º | 0.23% | 0.99% | - |
| XYZ | 73.53 | 65.27 | 81.4 | - |
| YUV | 215.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 227 | 0 | 0.23 | 0.10 | 0.01 | 326.32 | 0.9 | 0.88 |
| Hex | FC | C3 | E3 | 0 | 17 | A | 1 | 146 | 5A | 58 |
| Octal | 374 | 303 | 343 | 0 | 27 | 12 | 1 | 506 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11100011 | 0 | 10111 | 1010 | 1 | 101000110 | 1011010 | 1011000 |
Color Harmonies of #FCC3E3
Complementary color
Monochromatic Colors of #FCC3E3
Black with #FCC3E3
Text Example
Text Example
White with #FCC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3E3; }
p { color: rgb(252,195,227); }
H1.HeaderClassName
{
color: #FCC3E3;
}
.AnyTagClassName
{
color: #FCC3E3;
}
</style>
background-color css
<style>
a { background-color: #FCC3E3; }
a { background-color: rgb(252,195,227); }
div.DivClassName
{
background-color: #FCC3E3;
}
.BgClassName
{
background-color: #FCC3E3;
}
</style>
border-color css
<style>
span { border-color: #FCC3E3; }
span { border-color: rgb(252,195,227); }
td.TdClassName
{
border-color: #FCC3E3;
}
.TagClassName
{
border-color: #FCC3E3;
}
</style>