Shades of Classic Rose #FCCEE7
Tints of Classic Rose #FCCEE7
RGB
CMYK
RGB Variations
Color information
#FCCEE7 (or 0xFCCEE7) is known color: Classic Rose. HEX triplet: FC, CE and E7. RGB value is (252,206,231). Sum of RGB (Red+Green+Blue) = 252+206+231=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 206 (80.86% from 255 or 29.90% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEE7 is #033118. Grayscale: #DEDEDE. Windows color (decimal): -209177 or 15191804. OLE color: 15191804.
HSL color Cylindrical-coordinate representation of color #FCCEE7: hue angle of 327.39º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEE7 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 231 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 327.39º | 0.88% | 0.9% | - |
| HSV(B) | 327.39º | 0.18% | 0.99% | - |
| XYZ | 76.64 | 70.61 | 85.19 | - |
| YUV | 222.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 231 | 0 | 0.18 | 0.08 | 0.01 | 327.39 | 0.88 | 0.9 |
| Hex | FC | CE | E7 | 0 | 12 | 8 | 1 | 147 | 58 | 5A |
| Octal | 374 | 316 | 347 | 0 | 22 | 10 | 1 | 507 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11100111 | 0 | 10010 | 1000 | 1 | 101000111 | 1011000 | 1011010 |
Color Harmonies of #FCCEE7
Complementary color
Monochromatic Colors of #FCCEE7
Black with #FCCEE7
Text Example
Text Example
White with #FCCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEE7; }
p { color: rgb(252,206,231); }
H1.HeaderClassName
{
color: #FCCEE7;
}
.AnyTagClassName
{
color: #FCCEE7;
}
</style>
background-color css
<style>
a { background-color: #FCCEE7; }
a { background-color: rgb(252,206,231); }
div.DivClassName
{
background-color: #FCCEE7;
}
.BgClassName
{
background-color: #FCCEE7;
}
</style>
border-color css
<style>
span { border-color: #FCCEE7; }
span { border-color: rgb(252,206,231); }
td.TdClassName
{
border-color: #FCCEE7;
}
.TagClassName
{
border-color: #FCCEE7;
}
</style>