Shades of Classic Rose #FCCCEA
Tints of Classic Rose #FCCCEA
RGB
CMYK
RGB Variations
Color information
#FCCCEA (or 0xFCCCEA) is known color: Classic Rose. HEX triplet: FC, CC and EA. RGB value is (252,204,234). Sum of RGB (Red+Green+Blue) = 252+204+234=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 204 (80.08% from 255 or 29.57% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCCEA is #033315. Grayscale: #DDDDDD. Windows color (decimal): -209686 or 15387900. OLE color: 15387900.
HSL color Cylindrical-coordinate representation of color #FCCCEA: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCEA is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 234 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.01 |
| HSL | 322.5º | 0.89% | 0.89% | - |
| HSV(B) | 322.5º | 0.19% | 0.99% | - |
| XYZ | 76.59 | 69.82 | 87.28 | - |
| YUV | 221.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 234 | 0 | 0.19 | 0.07 | 0.01 | 322.5 | 0.89 | 0.89 |
| Hex | FC | CC | EA | 0 | 13 | 7 | 1 | 142 | 59 | 59 |
| Octal | 374 | 314 | 352 | 0 | 23 | 7 | 1 | 502 | 131 | 131 |
| Binary | 11111100 | 11001100 | 11101010 | 0 | 10011 | 111 | 1 | 101000010 | 1011001 | 1011001 |
Color Harmonies of #FCCCEA
Complementary color
Monochromatic Colors of #FCCCEA
Black with #FCCCEA
Text Example
Text Example
White with #FCCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCEA; }
p { color: rgb(252,204,234); }
H1.HeaderClassName
{
color: #FCCCEA;
}
.AnyTagClassName
{
color: #FCCCEA;
}
</style>
background-color css
<style>
a { background-color: #FCCCEA; }
a { background-color: rgb(252,204,234); }
div.DivClassName
{
background-color: #FCCCEA;
}
.BgClassName
{
background-color: #FCCCEA;
}
</style>
border-color css
<style>
span { border-color: #FCCCEA; }
span { border-color: rgb(252,204,234); }
td.TdClassName
{
border-color: #FCCCEA;
}
.TagClassName
{
border-color: #FCCCEA;
}
</style>