Shades of Classic Rose #FCC6E2
Tints of Classic Rose #FCC6E2
RGB
CMYK
RGB Variations
Color information
#FCC6E2 (or 0xFCC6E2) is known color: Classic Rose. HEX triplet: FC, C6 and E2. RGB value is (252,198,226). Sum of RGB (Red+Green+Blue) = 252+198+226=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6E2 is #03391D. Grayscale: #D9D9D9. Windows color (decimal): -211230 or 14862076. OLE color: 14862076.
HSL color Cylindrical-coordinate representation of color #FCC6E2: hue angle of 328.89º 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 #FCC6E2 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 226 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.01 |
| HSL | 328.89º | 0.9% | 0.88% | - |
| HSV(B) | 328.89º | 0.21% | 0.99% | - |
| XYZ | 74.07 | 66.57 | 80.9 | - |
| YUV | 217.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 226 | 0 | 0.21 | 0.10 | 0.01 | 328.89 | 0.9 | 0.88 |
| Hex | FC | C6 | E2 | 0 | 15 | A | 1 | 149 | 5A | 58 |
| Octal | 374 | 306 | 342 | 0 | 25 | 12 | 1 | 511 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11100010 | 0 | 10101 | 1010 | 1 | 101001001 | 1011010 | 1011000 |
Color Harmonies of #FCC6E2
Complementary color
Monochromatic Colors of #FCC6E2
Black with #FCC6E2
Text Example
Text Example
White with #FCC6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6E2; }
p { color: rgb(252,198,226); }
H1.HeaderClassName
{
color: #FCC6E2;
}
.AnyTagClassName
{
color: #FCC6E2;
}
</style>
background-color css
<style>
a { background-color: #FCC6E2; }
a { background-color: rgb(252,198,226); }
div.DivClassName
{
background-color: #FCC6E2;
}
.BgClassName
{
background-color: #FCC6E2;
}
</style>
border-color css
<style>
span { border-color: #FCC6E2; }
span { border-color: rgb(252,198,226); }
td.TdClassName
{
border-color: #FCC6E2;
}
.TagClassName
{
border-color: #FCC6E2;
}
</style>