Shades of Classic Rose #FCC6DE
Tints of Classic Rose #FCC6DE
RGB
CMYK
RGB Variations
Color information
#FCC6DE (or 0xFCC6DE) is known color: Classic Rose. HEX triplet: FC, C6 and DE. RGB value is (252,198,222). Sum of RGB (Red+Green+Blue) = 252+198+222=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 198 (77.73% from 255 or 29.46% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC6DE is #033921. Grayscale: #D8D8D8. Windows color (decimal): -211234 or 14599932. OLE color: 14599932.
HSL color Cylindrical-coordinate representation of color #FCC6DE: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6DE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 222 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.01 |
| HSL | 333.33º | 0.9% | 0.88% | - |
| HSV(B) | 333.33º | 0.21% | 0.99% | - |
| XYZ | 73.52 | 66.36 | 78.04 | - |
| YUV | 216.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 222 | 0 | 0.21 | 0.12 | 0.01 | 333.33 | 0.9 | 0.88 |
| Hex | FC | C6 | DE | 0 | 15 | C | 1 | 14D | 5A | 58 |
| Octal | 374 | 306 | 336 | 0 | 25 | 14 | 1 | 515 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11011110 | 0 | 10101 | 1100 | 1 | 101001101 | 1011010 | 1011000 |
Color Harmonies of #FCC6DE
Complementary color
Monochromatic Colors of #FCC6DE
Black with #FCC6DE
Text Example
Text Example
White with #FCC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6DE; }
p { color: rgb(252,198,222); }
H1.HeaderClassName
{
color: #FCC6DE;
}
.AnyTagClassName
{
color: #FCC6DE;
}
</style>
background-color css
<style>
a { background-color: #FCC6DE; }
a { background-color: rgb(252,198,222); }
div.DivClassName
{
background-color: #FCC6DE;
}
.BgClassName
{
background-color: #FCC6DE;
}
</style>
border-color css
<style>
span { border-color: #FCC6DE; }
span { border-color: rgb(252,198,222); }
td.TdClassName
{
border-color: #FCC6DE;
}
.TagClassName
{
border-color: #FCC6DE;
}
</style>