Shades of Classic Rose #FCC6F1
Tints of Classic Rose #FCC6F1
RGB
CMYK
RGB Variations
Color information
#FCC6F1 (or 0xFCC6F1) is known color: Classic Rose. HEX triplet: FC, C6 and F1. RGB value is (252,198,241). Sum of RGB (Red+Green+Blue) = 252+198+241=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 198 (77.73% from 255 or 28.65% from 691); Blue value is 241 (94.53% from 255 or 34.88% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6F1 is #03390E. Grayscale: #DADADA. Windows color (decimal): -211215 or 15845116. OLE color: 15845116.
HSL color Cylindrical-coordinate representation of color #FCC6F1: hue angle of 312.22º 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 #FCC6F1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 241 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.01 |
| HSL | 312.22º | 0.9% | 0.88% | - |
| HSV(B) | 312.22º | 0.21% | 0.99% | - |
| XYZ | 76.22 | 67.43 | 92.22 | - |
| YUV | 219.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 241 | 0 | 0.21 | 0.04 | 0.01 | 312.22 | 0.9 | 0.88 |
| Hex | FC | C6 | F1 | 0 | 15 | 4 | 1 | 138 | 5A | 58 |
| Octal | 374 | 306 | 361 | 0 | 25 | 4 | 1 | 470 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11110001 | 0 | 10101 | 100 | 1 | 100111000 | 1011010 | 1011000 |
Color Harmonies of #FCC6F1
Complementary color
Monochromatic Colors of #FCC6F1
Black with #FCC6F1
Text Example
Text Example
White with #FCC6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6F1; }
p { color: rgb(252,198,241); }
H1.HeaderClassName
{
color: #FCC6F1;
}
.AnyTagClassName
{
color: #FCC6F1;
}
</style>
background-color css
<style>
a { background-color: #FCC6F1; }
a { background-color: rgb(252,198,241); }
div.DivClassName
{
background-color: #FCC6F1;
}
.BgClassName
{
background-color: #FCC6F1;
}
</style>
border-color css
<style>
span { border-color: #FCC6F1; }
span { border-color: rgb(252,198,241); }
td.TdClassName
{
border-color: #FCC6F1;
}
.TagClassName
{
border-color: #FCC6F1;
}
</style>