Shades of Classic Rose #FCC7E1
Tints of Classic Rose #FCC7E1
RGB
CMYK
RGB Variations
Color information
#FCC7E1 (or 0xFCC7E1) is known color: Classic Rose. HEX triplet: FC, C7 and E1. RGB value is (252,199,225). Sum of RGB (Red+Green+Blue) = 252+199+225=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC7E1 is #03381E. Grayscale: #D9D9D9. Windows color (decimal): -210975 or 14796796. OLE color: 14796796.
HSL color Cylindrical-coordinate representation of color #FCC7E1: hue angle of 330.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC7E1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 225 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.01 |
| HSL | 330.57º | 0.9% | 0.88% | - |
| HSV(B) | 330.57º | 0.21% | 0.99% | - |
| XYZ | 74.16 | 66.98 | 80.25 | - |
| YUV | 217.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 225 | 0 | 0.21 | 0.11 | 0.01 | 330.57 | 0.9 | 0.88 |
| Hex | FC | C7 | E1 | 0 | 15 | B | 1 | 14B | 5A | 58 |
| Octal | 374 | 307 | 341 | 0 | 25 | 13 | 1 | 513 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11100001 | 0 | 10101 | 1011 | 1 | 101001011 | 1011010 | 1011000 |
Color Harmonies of #FCC7E1
Complementary color
Monochromatic Colors of #FCC7E1
Black with #FCC7E1
Text Example
Text Example
White with #FCC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7E1; }
p { color: rgb(252,199,225); }
H1.HeaderClassName
{
color: #FCC7E1;
}
.AnyTagClassName
{
color: #FCC7E1;
}
</style>
background-color css
<style>
a { background-color: #FCC7E1; }
a { background-color: rgb(252,199,225); }
div.DivClassName
{
background-color: #FCC7E1;
}
.BgClassName
{
background-color: #FCC7E1;
}
</style>
border-color css
<style>
span { border-color: #FCC7E1; }
span { border-color: rgb(252,199,225); }
td.TdClassName
{
border-color: #FCC7E1;
}
.TagClassName
{
border-color: #FCC7E1;
}
</style>