Shades of Classic Rose #FCCAEE
Tints of Classic Rose #FCCAEE
RGB
CMYK
RGB Variations
Color information
#FCCAEE (or 0xFCCAEE) is known color: Classic Rose. HEX triplet: FC, CA and EE. RGB value is (252,202,238). Sum of RGB (Red+Green+Blue) = 252+202+238=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 202 (79.30% from 255 or 29.19% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAEE is #033511. Grayscale: #DCDCDC. Windows color (decimal): -210194 or 15649532. OLE color: 15649532.
HSL color Cylindrical-coordinate representation of color #FCCAEE: hue angle of 316.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 #FCCAEE is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 238 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.01 |
| HSL | 316.8º | 0.89% | 0.89% | - |
| HSV(B) | 316.8º | 0.2% | 0.99% | - |
| XYZ | 76.7 | 69.11 | 90.19 | - |
| YUV | 221.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 238 | 0 | 0.20 | 0.06 | 0.01 | 316.8 | 0.89 | 0.89 |
| Hex | FC | CA | EE | 0 | 14 | 6 | 1 | 13D | 59 | 59 |
| Octal | 374 | 312 | 356 | 0 | 24 | 6 | 1 | 475 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11101110 | 0 | 10100 | 110 | 1 | 100111101 | 1011001 | 1011001 |
Color Harmonies of #FCCAEE
Complementary color
Monochromatic Colors of #FCCAEE
Black with #FCCAEE
Text Example
Text Example
White with #FCCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAEE; }
p { color: rgb(252,202,238); }
H1.HeaderClassName
{
color: #FCCAEE;
}
.AnyTagClassName
{
color: #FCCAEE;
}
</style>
background-color css
<style>
a { background-color: #FCCAEE; }
a { background-color: rgb(252,202,238); }
div.DivClassName
{
background-color: #FCCAEE;
}
.BgClassName
{
background-color: #FCCAEE;
}
</style>
border-color css
<style>
span { border-color: #FCCAEE; }
span { border-color: rgb(252,202,238); }
td.TdClassName
{
border-color: #FCCAEE;
}
.TagClassName
{
border-color: #FCCAEE;
}
</style>