Shades of Classic Rose #FCC3EA
Tints of Classic Rose #FCC3EA
RGB
CMYK
RGB Variations
Color information
#FCC3EA (or 0xFCC3EA) is known color: Classic Rose. HEX triplet: FC, C3 and EA. RGB value is (252,195,234). Sum of RGB (Red+Green+Blue) = 252+195+234=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 234 (91.80% from 255 or 34.36% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3EA is #033C15. Grayscale: #D8D8D8. Windows color (decimal): -211990 or 15385596. OLE color: 15385596.
HSL color Cylindrical-coordinate representation of color #FCC3EA: hue angle of 318.95º 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 #FCC3EA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 234 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.01 |
| HSL | 318.95º | 0.9% | 0.88% | - |
| HSV(B) | 318.95º | 0.23% | 0.99% | - |
| XYZ | 74.51 | 65.67 | 86.59 | - |
| YUV | 216.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 234 | 0 | 0.23 | 0.07 | 0.01 | 318.95 | 0.9 | 0.88 |
| Hex | FC | C3 | EA | 0 | 17 | 7 | 1 | 13F | 5A | 58 |
| Octal | 374 | 303 | 352 | 0 | 27 | 7 | 1 | 477 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11101010 | 0 | 10111 | 111 | 1 | 100111111 | 1011010 | 1011000 |
Color Harmonies of #FCC3EA
Complementary color
Monochromatic Colors of #FCC3EA
Black with #FCC3EA
Text Example
Text Example
White with #FCC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3EA; }
p { color: rgb(252,195,234); }
H1.HeaderClassName
{
color: #FCC3EA;
}
.AnyTagClassName
{
color: #FCC3EA;
}
</style>
background-color css
<style>
a { background-color: #FCC3EA; }
a { background-color: rgb(252,195,234); }
div.DivClassName
{
background-color: #FCC3EA;
}
.BgClassName
{
background-color: #FCC3EA;
}
</style>
border-color css
<style>
span { border-color: #FCC3EA; }
span { border-color: rgb(252,195,234); }
td.TdClassName
{
border-color: #FCC3EA;
}
.TagClassName
{
border-color: #FCC3EA;
}
</style>