Shades of Classic Rose #FCC8EA
Tints of Classic Rose #FCC8EA
RGB
CMYK
RGB Variations
Color information
#FCC8EA (or 0xFCC8EA) is known color: Classic Rose. HEX triplet: FC, C8 and EA. RGB value is (252,200,234). Sum of RGB (Red+Green+Blue) = 252+200+234=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 200 (78.52% from 255 or 29.15% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EA is #033715. Grayscale: #DBDBDB. Windows color (decimal): -210710 or 15386876. OLE color: 15386876.
HSL color Cylindrical-coordinate representation of color #FCC8EA: hue angle of 320.77º 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 #FCC8EA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 234 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.01 |
| HSL | 320.77º | 0.9% | 0.89% | - |
| HSV(B) | 320.77º | 0.21% | 0.99% | - |
| XYZ | 75.65 | 67.94 | 86.97 | - |
| YUV | 219.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 234 | 0 | 0.21 | 0.07 | 0.01 | 320.77 | 0.9 | 0.89 |
| Hex | FC | C8 | EA | 0 | 15 | 7 | 1 | 141 | 5A | 59 |
| Octal | 374 | 310 | 352 | 0 | 25 | 7 | 1 | 501 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11101010 | 0 | 10101 | 111 | 1 | 101000001 | 1011010 | 1011001 |
Color Harmonies of #FCC8EA
Complementary color
Monochromatic Colors of #FCC8EA
Black with #FCC8EA
Text Example
Text Example
White with #FCC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8EA; }
p { color: rgb(252,200,234); }
H1.HeaderClassName
{
color: #FCC8EA;
}
.AnyTagClassName
{
color: #FCC8EA;
}
</style>
background-color css
<style>
a { background-color: #FCC8EA; }
a { background-color: rgb(252,200,234); }
div.DivClassName
{
background-color: #FCC8EA;
}
.BgClassName
{
background-color: #FCC8EA;
}
</style>
border-color css
<style>
span { border-color: #FCC8EA; }
span { border-color: rgb(252,200,234); }
td.TdClassName
{
border-color: #FCC8EA;
}
.TagClassName
{
border-color: #FCC8EA;
}
</style>