Shades of Classic Rose #FCC4EF
Tints of Classic Rose #FCC4EF
RGB
CMYK
RGB Variations
Color information
#FCC4EF (or 0xFCC4EF) is known color: Classic Rose. HEX triplet: FC, C4 and EF. RGB value is (252,196,239). Sum of RGB (Red+Green+Blue) = 252+196+239=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 196 (76.95% from 255 or 28.53% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4EF is #033B10. Grayscale: #D9D9D9. Windows color (decimal): -211729 or 15713532. OLE color: 15713532.
HSL color Cylindrical-coordinate representation of color #FCC4EF: hue angle of 313.93º 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 #FCC4EF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 239 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.01 |
| HSL | 313.93º | 0.9% | 0.88% | - |
| HSV(B) | 313.93º | 0.22% | 0.99% | - |
| XYZ | 75.46 | 66.41 | 90.5 | - |
| YUV | 217.65 | 140.05 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 239 | 0 | 0.22 | 0.05 | 0.01 | 313.93 | 0.9 | 0.88 |
| Hex | FC | C4 | EF | 0 | 16 | 5 | 1 | 13A | 5A | 58 |
| Octal | 374 | 304 | 357 | 0 | 26 | 5 | 1 | 472 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11101111 | 0 | 10110 | 101 | 1 | 100111010 | 1011010 | 1011000 |
Color Harmonies of #FCC4EF
Complementary color
Monochromatic Colors of #FCC4EF
Black with #FCC4EF
Text Example
Text Example
White with #FCC4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4EF; }
p { color: rgb(252,196,239); }
H1.HeaderClassName
{
color: #FCC4EF;
}
.AnyTagClassName
{
color: #FCC4EF;
}
</style>
background-color css
<style>
a { background-color: #FCC4EF; }
a { background-color: rgb(252,196,239); }
div.DivClassName
{
background-color: #FCC4EF;
}
.BgClassName
{
background-color: #FCC4EF;
}
</style>
border-color css
<style>
span { border-color: #FCC4EF; }
span { border-color: rgb(252,196,239); }
td.TdClassName
{
border-color: #FCC4EF;
}
.TagClassName
{
border-color: #FCC4EF;
}
</style>