Shades of Classic Rose #FCC3EF
Tints of Classic Rose #FCC3EF
RGB
CMYK
RGB Variations
Color information
#FCC3EF (or 0xFCC3EF) is known color: Classic Rose. HEX triplet: FC, C3 and EF. RGB value is (252,195,239). Sum of RGB (Red+Green+Blue) = 252+195+239=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3EF is #033C10. Grayscale: #D8D8D8. Windows color (decimal): -211985 or 15713276. OLE color: 15713276.
HSL color Cylindrical-coordinate representation of color #FCC3EF: hue angle of 313.68º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC3EF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 239 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.01 |
| HSL | 313.68º | 0.9% | 0.88% | - |
| HSV(B) | 313.68º | 0.23% | 0.99% | - |
| XYZ | 75.24 | 65.96 | 90.43 | - |
| YUV | 217.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 239 | 0 | 0.23 | 0.05 | 0.01 | 313.68 | 0.9 | 0.88 |
| Hex | FC | C3 | EF | 0 | 17 | 5 | 1 | 13A | 5A | 58 |
| Octal | 374 | 303 | 357 | 0 | 27 | 5 | 1 | 472 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11101111 | 0 | 10111 | 101 | 1 | 100111010 | 1011010 | 1011000 |
Color Harmonies of #FCC3EF
Complementary color
Monochromatic Colors of #FCC3EF
Black with #FCC3EF
Text Example
Text Example
White with #FCC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3EF; }
p { color: rgb(252,195,239); }
H1.HeaderClassName
{
color: #FCC3EF;
}
.AnyTagClassName
{
color: #FCC3EF;
}
</style>
background-color css
<style>
a { background-color: #FCC3EF; }
a { background-color: rgb(252,195,239); }
div.DivClassName
{
background-color: #FCC3EF;
}
.BgClassName
{
background-color: #FCC3EF;
}
</style>
border-color css
<style>
span { border-color: #FCC3EF; }
span { border-color: rgb(252,195,239); }
td.TdClassName
{
border-color: #FCC3EF;
}
.TagClassName
{
border-color: #FCC3EF;
}
</style>