Shades of Classic Rose #FCC3ED
Tints of Classic Rose #FCC3ED
RGB
CMYK
RGB Variations
Color information
#FCC3ED (or 0xFCC3ED) is known color: Classic Rose. HEX triplet: FC, C3 and ED. RGB value is (252,195,237). Sum of RGB (Red+Green+Blue) = 252+195+237=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3ED is #033C12. Grayscale: #D8D8D8. Windows color (decimal): -211987 or 15582204. OLE color: 15582204.
HSL color Cylindrical-coordinate representation of color #FCC3ED: hue angle of 315.79º 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 #FCC3ED is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 237 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.01 |
| HSL | 315.79º | 0.9% | 0.88% | - |
| HSV(B) | 315.79º | 0.23% | 0.99% | - |
| XYZ | 74.95 | 65.84 | 88.88 | - |
| YUV | 216.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 237 | 0 | 0.23 | 0.06 | 0.01 | 315.79 | 0.9 | 0.88 |
| Hex | FC | C3 | ED | 0 | 17 | 6 | 1 | 13C | 5A | 58 |
| Octal | 374 | 303 | 355 | 0 | 27 | 6 | 1 | 474 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11101101 | 0 | 10111 | 110 | 1 | 100111100 | 1011010 | 1011000 |
Color Harmonies of #FCC3ED
Complementary color
Monochromatic Colors of #FCC3ED
Black with #FCC3ED
Text Example
Text Example
White with #FCC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3ED; }
p { color: rgb(252,195,237); }
H1.HeaderClassName
{
color: #FCC3ED;
}
.AnyTagClassName
{
color: #FCC3ED;
}
</style>
background-color css
<style>
a { background-color: #FCC3ED; }
a { background-color: rgb(252,195,237); }
div.DivClassName
{
background-color: #FCC3ED;
}
.BgClassName
{
background-color: #FCC3ED;
}
</style>
border-color css
<style>
span { border-color: #FCC3ED; }
span { border-color: rgb(252,195,237); }
td.TdClassName
{
border-color: #FCC3ED;
}
.TagClassName
{
border-color: #FCC3ED;
}
</style>