Shades of Classic Rose #FCC4E5
Tints of Classic Rose #FCC4E5
RGB
CMYK
RGB Variations
Color information
#FCC4E5 (or 0xFCC4E5) is known color: Classic Rose. HEX triplet: FC, C4 and E5. RGB value is (252,196,229). Sum of RGB (Red+Green+Blue) = 252+196+229=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 196 (76.95% from 255 or 28.95% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4E5 is #033B1A. Grayscale: #D8D8D8. Windows color (decimal): -211739 or 15058172. OLE color: 15058172.
HSL color Cylindrical-coordinate representation of color #FCC4E5: hue angle of 324.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 #FCC4E5 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 229 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.01 |
| HSL | 324.64º | 0.9% | 0.88% | - |
| HSV(B) | 324.64º | 0.22% | 0.99% | - |
| XYZ | 74.03 | 65.83 | 82.93 | - |
| YUV | 216.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 229 | 0 | 0.22 | 0.09 | 0.01 | 324.64 | 0.9 | 0.88 |
| Hex | FC | C4 | E5 | 0 | 16 | 9 | 1 | 145 | 5A | 58 |
| Octal | 374 | 304 | 345 | 0 | 26 | 11 | 1 | 505 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11100101 | 0 | 10110 | 1001 | 1 | 101000101 | 1011010 | 1011000 |
Color Harmonies of #FCC4E5
Complementary color
Monochromatic Colors of #FCC4E5
Black with #FCC4E5
Text Example
Text Example
White with #FCC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4E5; }
p { color: rgb(252,196,229); }
H1.HeaderClassName
{
color: #FCC4E5;
}
.AnyTagClassName
{
color: #FCC4E5;
}
</style>
background-color css
<style>
a { background-color: #FCC4E5; }
a { background-color: rgb(252,196,229); }
div.DivClassName
{
background-color: #FCC4E5;
}
.BgClassName
{
background-color: #FCC4E5;
}
</style>
border-color css
<style>
span { border-color: #FCC4E5; }
span { border-color: rgb(252,196,229); }
td.TdClassName
{
border-color: #FCC4E5;
}
.TagClassName
{
border-color: #FCC4E5;
}
</style>