Shades of Classic Rose #FCC4ED
Tints of Classic Rose #FCC4ED
RGB
CMYK
RGB Variations
Color information
#FCC4ED (or 0xFCC4ED) is known color: Classic Rose. HEX triplet: FC, C4 and ED. RGB value is (252,196,237). Sum of RGB (Red+Green+Blue) = 252+196+237=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4ED is #033B12. Grayscale: #D9D9D9. Windows color (decimal): -211731 or 15582460. OLE color: 15582460.
HSL color Cylindrical-coordinate representation of color #FCC4ED: hue angle of 316.07º 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 #FCC4ED is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 237 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.01 |
| HSL | 316.07º | 0.9% | 0.88% | - |
| HSV(B) | 316.07º | 0.22% | 0.99% | - |
| XYZ | 75.17 | 66.29 | 88.95 | - |
| YUV | 217.42 | 139.05 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 237 | 0 | 0.22 | 0.06 | 0.01 | 316.07 | 0.9 | 0.88 |
| Hex | FC | C4 | ED | 0 | 16 | 6 | 1 | 13C | 5A | 58 |
| Octal | 374 | 304 | 355 | 0 | 26 | 6 | 1 | 474 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11101101 | 0 | 10110 | 110 | 1 | 100111100 | 1011010 | 1011000 |
Color Harmonies of #FCC4ED
Complementary color
Monochromatic Colors of #FCC4ED
Black with #FCC4ED
Text Example
Text Example
White with #FCC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4ED; }
p { color: rgb(252,196,237); }
H1.HeaderClassName
{
color: #FCC4ED;
}
.AnyTagClassName
{
color: #FCC4ED;
}
</style>
background-color css
<style>
a { background-color: #FCC4ED; }
a { background-color: rgb(252,196,237); }
div.DivClassName
{
background-color: #FCC4ED;
}
.BgClassName
{
background-color: #FCC4ED;
}
</style>
border-color css
<style>
span { border-color: #FCC4ED; }
span { border-color: rgb(252,196,237); }
td.TdClassName
{
border-color: #FCC4ED;
}
.TagClassName
{
border-color: #FCC4ED;
}
</style>