Shades of Classic Rose #FCC8EE
Tints of Classic Rose #FCC8EE
RGB
CMYK
RGB Variations
Color information
#FCC8EE (or 0xFCC8EE) is known color: Classic Rose. HEX triplet: FC, C8 and EE. RGB value is (252,200,238). Sum of RGB (Red+Green+Blue) = 252+200+238=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 200 (78.52% from 255 or 28.99% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EE is #033711. Grayscale: #DBDBDB. Windows color (decimal): -210706 or 15649020. OLE color: 15649020.
HSL color Cylindrical-coordinate representation of color #FCC8EE: hue angle of 316.15º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8EE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 238 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 316.15º | 0.9% | 0.89% | - |
| HSV(B) | 316.15º | 0.21% | 0.99% | - |
| XYZ | 76.23 | 68.18 | 90.03 | - |
| YUV | 219.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 238 | 0 | 0.21 | 0.06 | 0.01 | 316.15 | 0.9 | 0.89 |
| Hex | FC | C8 | EE | 0 | 15 | 6 | 1 | 13C | 5A | 59 |
| Octal | 374 | 310 | 356 | 0 | 25 | 6 | 1 | 474 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11101110 | 0 | 10101 | 110 | 1 | 100111100 | 1011010 | 1011001 |
Color Harmonies of #FCC8EE
Complementary color
Monochromatic Colors of #FCC8EE
Black with #FCC8EE
Text Example
Text Example
White with #FCC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8EE; }
p { color: rgb(252,200,238); }
H1.HeaderClassName
{
color: #FCC8EE;
}
.AnyTagClassName
{
color: #FCC8EE;
}
</style>
background-color css
<style>
a { background-color: #FCC8EE; }
a { background-color: rgb(252,200,238); }
div.DivClassName
{
background-color: #FCC8EE;
}
.BgClassName
{
background-color: #FCC8EE;
}
</style>
border-color css
<style>
span { border-color: #FCC8EE; }
span { border-color: rgb(252,200,238); }
td.TdClassName
{
border-color: #FCC8EE;
}
.TagClassName
{
border-color: #FCC8EE;
}
</style>