Shades of Classic Rose #FCC7F0
Tints of Classic Rose #FCC7F0
RGB
CMYK
RGB Variations
Color information
#FCC7F0 (or 0xFCC7F0) is known color: Classic Rose. HEX triplet: FC, C7 and F0. RGB value is (252,199,240). Sum of RGB (Red+Green+Blue) = 252+199+240=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7F0 is #03380F. Grayscale: #DBDBDB. Windows color (decimal): -210960 or 15779836. OLE color: 15779836.
HSL color Cylindrical-coordinate representation of color #FCC7F0: hue angle of 313.58º 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 #FCC7F0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 240 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.01 |
| HSL | 313.58º | 0.9% | 0.88% | - |
| HSV(B) | 313.58º | 0.21% | 0.99% | - |
| XYZ | 76.3 | 67.83 | 91.51 | - |
| YUV | 219.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 240 | 0 | 0.21 | 0.05 | 0.01 | 313.58 | 0.9 | 0.88 |
| Hex | FC | C7 | F0 | 0 | 15 | 5 | 1 | 13A | 5A | 58 |
| Octal | 374 | 307 | 360 | 0 | 25 | 5 | 1 | 472 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11110000 | 0 | 10101 | 101 | 1 | 100111010 | 1011010 | 1011000 |
Color Harmonies of #FCC7F0
Complementary color
Monochromatic Colors of #FCC7F0
Black with #FCC7F0
Text Example
Text Example
White with #FCC7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7F0; }
p { color: rgb(252,199,240); }
H1.HeaderClassName
{
color: #FCC7F0;
}
.AnyTagClassName
{
color: #FCC7F0;
}
</style>
background-color css
<style>
a { background-color: #FCC7F0; }
a { background-color: rgb(252,199,240); }
div.DivClassName
{
background-color: #FCC7F0;
}
.BgClassName
{
background-color: #FCC7F0;
}
</style>
border-color css
<style>
span { border-color: #FCC7F0; }
span { border-color: rgb(252,199,240); }
td.TdClassName
{
border-color: #FCC7F0;
}
.TagClassName
{
border-color: #FCC7F0;
}
</style>