Shades of Classic Rose #FCC5EA
Tints of Classic Rose #FCC5EA
RGB
CMYK
RGB Variations
Color information
#FCC5EA (or 0xFCC5EA) is known color: Classic Rose. HEX triplet: FC, C5 and EA. RGB value is (252,197,234). Sum of RGB (Red+Green+Blue) = 252+197+234=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 197 (77.34% from 255 or 28.84% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC5EA is #033A15. Grayscale: #D9D9D9. Windows color (decimal): -211478 or 15386108. OLE color: 15386108.
HSL color Cylindrical-coordinate representation of color #FCC5EA: hue angle of 319.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC5EA is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 234 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.01 |
| HSL | 319.64º | 0.9% | 0.88% | - |
| HSV(B) | 319.64º | 0.22% | 0.99% | - |
| XYZ | 74.96 | 66.57 | 86.74 | - |
| YUV | 217.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 234 | 0 | 0.22 | 0.07 | 0.01 | 319.64 | 0.9 | 0.88 |
| Hex | FC | C5 | EA | 0 | 16 | 7 | 1 | 140 | 5A | 58 |
| Octal | 374 | 305 | 352 | 0 | 26 | 7 | 1 | 500 | 132 | 130 |
| Binary | 11111100 | 11000101 | 11101010 | 0 | 10110 | 111 | 1 | 101000000 | 1011010 | 1011000 |
Color Harmonies of #FCC5EA
Complementary color
Monochromatic Colors of #FCC5EA
Black with #FCC5EA
Text Example
Text Example
White with #FCC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC5EA; }
p { color: rgb(252,197,234); }
H1.HeaderClassName
{
color: #FCC5EA;
}
.AnyTagClassName
{
color: #FCC5EA;
}
</style>
background-color css
<style>
a { background-color: #FCC5EA; }
a { background-color: rgb(252,197,234); }
div.DivClassName
{
background-color: #FCC5EA;
}
.BgClassName
{
background-color: #FCC5EA;
}
</style>
border-color css
<style>
span { border-color: #FCC5EA; }
span { border-color: rgb(252,197,234); }
td.TdClassName
{
border-color: #FCC5EA;
}
.TagClassName
{
border-color: #FCC5EA;
}
</style>