Shades of Classic Rose #FCC2E0
Tints of Classic Rose #FCC2E0
RGB
CMYK
RGB Variations
Color information
#FCC2E0 (or 0xFCC2E0) is known color: Classic Rose. HEX triplet: FC, C2 and E0. RGB value is (252,194,224). Sum of RGB (Red+Green+Blue) = 252+194+224=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2E0 is #033D1F. Grayscale: #D6D6D6. Windows color (decimal): -212256 or 14729980. OLE color: 14729980.
HSL color Cylindrical-coordinate representation of color #FCC2E0: hue angle of 328.97º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2E0 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 224 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.01 |
| HSL | 328.97º | 0.91% | 0.87% | - |
| HSV(B) | 328.97º | 0.23% | 0.99% | - |
| XYZ | 72.89 | 64.66 | 79.16 | - |
| YUV | 214.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 224 | 0 | 0.23 | 0.11 | 0.01 | 328.97 | 0.91 | 0.87 |
| Hex | FC | C2 | E0 | 0 | 17 | B | 1 | 149 | 5B | 57 |
| Octal | 374 | 302 | 340 | 0 | 27 | 13 | 1 | 511 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11100000 | 0 | 10111 | 1011 | 1 | 101001001 | 1011011 | 1010111 |
Color Harmonies of #FCC2E0
Complementary color
Monochromatic Colors of #FCC2E0
Black with #FCC2E0
Text Example
Text Example
White with #FCC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2E0; }
p { color: rgb(252,194,224); }
H1.HeaderClassName
{
color: #FCC2E0;
}
.AnyTagClassName
{
color: #FCC2E0;
}
</style>
background-color css
<style>
a { background-color: #FCC2E0; }
a { background-color: rgb(252,194,224); }
div.DivClassName
{
background-color: #FCC2E0;
}
.BgClassName
{
background-color: #FCC2E0;
}
</style>
border-color css
<style>
span { border-color: #FCC2E0; }
span { border-color: rgb(252,194,224); }
td.TdClassName
{
border-color: #FCC2E0;
}
.TagClassName
{
border-color: #FCC2E0;
}
</style>