Shades of Classic Rose #FCCADE
Tints of Classic Rose #FCCADE
RGB
CMYK
RGB Variations
Color information
#FCCADE (or 0xFCCADE) is known color: Classic Rose. HEX triplet: FC, CA and DE. RGB value is (252,202,222). Sum of RGB (Red+Green+Blue) = 252+202+222=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 202 (79.30% from 255 or 29.88% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCADE is #033521. Grayscale: #DBDBDB. Windows color (decimal): -210210 or 14600956. OLE color: 14600956.
HSL color Cylindrical-coordinate representation of color #FCCADE: hue angle of 336º 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 #FCCADE is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 222 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.01 |
| HSL | 336º | 0.89% | 0.89% | - |
| HSV(B) | 336º | 0.2% | 0.99% | - |
| XYZ | 74.45 | 68.21 | 78.35 | - |
| YUV | 219.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 222 | 0 | 0.20 | 0.12 | 0.01 | 336 | 0.89 | 0.89 |
| Hex | FC | CA | DE | 0 | 14 | C | 1 | 150 | 59 | 59 |
| Octal | 374 | 312 | 336 | 0 | 24 | 14 | 1 | 520 | 131 | 131 |
| Binary | 11111100 | 11001010 | 11011110 | 0 | 10100 | 1100 | 1 | 101010000 | 1011001 | 1011001 |
Color Harmonies of #FCCADE
Complementary color
Monochromatic Colors of #FCCADE
Black with #FCCADE
Text Example
Text Example
White with #FCCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCADE; }
p { color: rgb(252,202,222); }
H1.HeaderClassName
{
color: #FCCADE;
}
.AnyTagClassName
{
color: #FCCADE;
}
</style>
background-color css
<style>
a { background-color: #FCCADE; }
a { background-color: rgb(252,202,222); }
div.DivClassName
{
background-color: #FCCADE;
}
.BgClassName
{
background-color: #FCCADE;
}
</style>
border-color css
<style>
span { border-color: #FCCADE; }
span { border-color: rgb(252,202,222); }
td.TdClassName
{
border-color: #FCCADE;
}
.TagClassName
{
border-color: #FCCADE;
}
</style>