Shades of Classic Rose #FCCAE4
Tints of Classic Rose #FCCAE4
RGB
CMYK
RGB Variations
Color information
#FCCAE4 (or 0xFCCAE4) is known color: Classic Rose. HEX triplet: FC, CA and E4. RGB value is (252,202,228). Sum of RGB (Red+Green+Blue) = 252+202+228=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 202 (79.30% from 255 or 29.62% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAE4 is #03351B. Grayscale: #DBDBDB. Windows color (decimal): -210204 or 14994172. OLE color: 14994172.
HSL color Cylindrical-coordinate representation of color #FCCAE4: hue angle of 328.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAE4 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 228 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.01 |
| HSL | 328.8º | 0.89% | 0.89% | - |
| HSV(B) | 328.8º | 0.2% | 0.99% | - |
| XYZ | 75.27 | 68.54 | 82.66 | - |
| YUV | 219.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 228 | 0 | 0.20 | 0.10 | 0.01 | 328.8 | 0.89 | 0.89 |
| Hex | FC | CA | E4 | 0 | 14 | A | 1 | 149 | 59 | 59 |
| Octal | 374 | 312 | 344 | 0 | 24 | 12 | 1 | 511 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11100100 | 0 | 10100 | 1010 | 1 | 101001001 | 1011001 | 1011001 |
Color Harmonies of #FCCAE4
Complementary color
Monochromatic Colors of #FCCAE4
Black with #FCCAE4
Text Example
Text Example
White with #FCCAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAE4; }
p { color: rgb(252,202,228); }
H1.HeaderClassName
{
color: #FCCAE4;
}
.AnyTagClassName
{
color: #FCCAE4;
}
</style>
background-color css
<style>
a { background-color: #FCCAE4; }
a { background-color: rgb(252,202,228); }
div.DivClassName
{
background-color: #FCCAE4;
}
.BgClassName
{
background-color: #FCCAE4;
}
</style>
border-color css
<style>
span { border-color: #FCCAE4; }
span { border-color: rgb(252,202,228); }
td.TdClassName
{
border-color: #FCCAE4;
}
.TagClassName
{
border-color: #FCCAE4;
}
</style>