Shades of Classic Rose #FCC7EE
Tints of Classic Rose #FCC7EE
RGB
CMYK
RGB Variations
Color information
#FCC7EE (or 0xFCC7EE) is known color: Classic Rose. HEX triplet: FC, C7 and EE. RGB value is (252,199,238). Sum of RGB (Red+Green+Blue) = 252+199+238=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 199 (78.12% from 255 or 28.88% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC7EE is #033811. Grayscale: #DBDBDB. Windows color (decimal): -210962 or 15648764. OLE color: 15648764.
HSL color Cylindrical-coordinate representation of color #FCC7EE: hue angle of 315.85º 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 #FCC7EE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 238 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 315.85º | 0.9% | 0.88% | - |
| HSV(B) | 315.85º | 0.21% | 0.99% | - |
| XYZ | 76 | 67.72 | 89.95 | - |
| YUV | 219.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 238 | 0 | 0.21 | 0.06 | 0.01 | 315.85 | 0.9 | 0.88 |
| Hex | FC | C7 | EE | 0 | 15 | 6 | 1 | 13C | 5A | 58 |
| Octal | 374 | 307 | 356 | 0 | 25 | 6 | 1 | 474 | 132 | 130 |
| Binary | 11111100 | 11000111 | 11101110 | 0 | 10101 | 110 | 1 | 100111100 | 1011010 | 1011000 |
Color Harmonies of #FCC7EE
Complementary color
Monochromatic Colors of #FCC7EE
Black with #FCC7EE
Text Example
Text Example
White with #FCC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC7EE; }
p { color: rgb(252,199,238); }
H1.HeaderClassName
{
color: #FCC7EE;
}
.AnyTagClassName
{
color: #FCC7EE;
}
</style>
background-color css
<style>
a { background-color: #FCC7EE; }
a { background-color: rgb(252,199,238); }
div.DivClassName
{
background-color: #FCC7EE;
}
.BgClassName
{
background-color: #FCC7EE;
}
</style>
border-color css
<style>
span { border-color: #FCC7EE; }
span { border-color: rgb(252,199,238); }
td.TdClassName
{
border-color: #FCC7EE;
}
.TagClassName
{
border-color: #FCC7EE;
}
</style>