Shades of Classic Rose #FCCAE7
Tints of Classic Rose #FCCAE7
RGB
CMYK
RGB Variations
Color information
#FCCAE7 (or 0xFCCAE7) is known color: Classic Rose. HEX triplet: FC, CA and E7. RGB value is (252,202,231). Sum of RGB (Red+Green+Blue) = 252+202+231=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 202 (79.30% from 255 or 29.49% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAE7 is #033518. Grayscale: #DCDCDC. Windows color (decimal): -210201 or 15190780. OLE color: 15190780.
HSL color Cylindrical-coordinate representation of color #FCCAE7: hue angle of 325.2º 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 #FCCAE7 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 231 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.01 |
| HSL | 325.2º | 0.89% | 0.89% | - |
| HSV(B) | 325.2º | 0.2% | 0.99% | - |
| XYZ | 75.69 | 68.71 | 84.87 | - |
| YUV | 220.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 231 | 0 | 0.20 | 0.08 | 0.01 | 325.2 | 0.89 | 0.89 |
| Hex | FC | CA | E7 | 0 | 14 | 8 | 1 | 145 | 59 | 59 |
| Octal | 374 | 312 | 347 | 0 | 24 | 10 | 1 | 505 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11100111 | 0 | 10100 | 1000 | 1 | 101000101 | 1011001 | 1011001 |
Color Harmonies of #FCCAE7
Complementary color
Monochromatic Colors of #FCCAE7
Black with #FCCAE7
Text Example
Text Example
White with #FCCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAE7; }
p { color: rgb(252,202,231); }
H1.HeaderClassName
{
color: #FCCAE7;
}
.AnyTagClassName
{
color: #FCCAE7;
}
</style>
background-color css
<style>
a { background-color: #FCCAE7; }
a { background-color: rgb(252,202,231); }
div.DivClassName
{
background-color: #FCCAE7;
}
.BgClassName
{
background-color: #FCCAE7;
}
</style>
border-color css
<style>
span { border-color: #FCCAE7; }
span { border-color: rgb(252,202,231); }
td.TdClassName
{
border-color: #FCCAE7;
}
.TagClassName
{
border-color: #FCCAE7;
}
</style>