Shades of Classic Rose #FCC3E2
Tints of Classic Rose #FCC3E2
RGB
CMYK
RGB Variations
Color information
#FCC3E2 (or 0xFCC3E2) is known color: Classic Rose. HEX triplet: FC, C3 and E2. RGB value is (252,195,226). Sum of RGB (Red+Green+Blue) = 252+195+226=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC3E2 is #033C1D. Grayscale: #D7D7D7. Windows color (decimal): -211998 or 14861308. OLE color: 14861308.
HSL color Cylindrical-coordinate representation of color #FCC3E2: hue angle of 327.37º 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 #FCC3E2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 226 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.01 |
| HSL | 327.37º | 0.9% | 0.88% | - |
| HSV(B) | 327.37º | 0.23% | 0.99% | - |
| XYZ | 73.39 | 65.22 | 80.67 | - |
| YUV | 215.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 226 | 0 | 0.23 | 0.10 | 0.01 | 327.37 | 0.9 | 0.88 |
| Hex | FC | C3 | E2 | 0 | 17 | A | 1 | 147 | 5A | 58 |
| Octal | 374 | 303 | 342 | 0 | 27 | 12 | 1 | 507 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11100010 | 0 | 10111 | 1010 | 1 | 101000111 | 1011010 | 1011000 |
Color Harmonies of #FCC3E2
Complementary color
Monochromatic Colors of #FCC3E2
Black with #FCC3E2
Text Example
Text Example
White with #FCC3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3E2; }
p { color: rgb(252,195,226); }
H1.HeaderClassName
{
color: #FCC3E2;
}
.AnyTagClassName
{
color: #FCC3E2;
}
</style>
background-color css
<style>
a { background-color: #FCC3E2; }
a { background-color: rgb(252,195,226); }
div.DivClassName
{
background-color: #FCC3E2;
}
.BgClassName
{
background-color: #FCC3E2;
}
</style>
border-color css
<style>
span { border-color: #FCC3E2; }
span { border-color: rgb(252,195,226); }
td.TdClassName
{
border-color: #FCC3E2;
}
.TagClassName
{
border-color: #FCC3E2;
}
</style>