Shades of Classic Rose #FCC3E6
Tints of Classic Rose #FCC3E6
RGB
CMYK
RGB Variations
Color information
#FCC3E6 (or 0xFCC3E6) is known color: Classic Rose. HEX triplet: FC, C3 and E6. RGB value is (252,195,230). Sum of RGB (Red+Green+Blue) = 252+195+230=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC3E6 is #033C19. Grayscale: #D7D7D7. Windows color (decimal): -211994 or 15123452. OLE color: 15123452.
HSL color Cylindrical-coordinate representation of color #FCC3E6: hue angle of 323.16º 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 #FCC3E6 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 230 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.01 |
| HSL | 323.16º | 0.9% | 0.88% | - |
| HSV(B) | 323.16º | 0.23% | 0.99% | - |
| XYZ | 73.94 | 65.44 | 83.6 | - |
| YUV | 216.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 230 | 0 | 0.23 | 0.09 | 0.01 | 323.16 | 0.9 | 0.88 |
| Hex | FC | C3 | E6 | 0 | 17 | 9 | 1 | 143 | 5A | 58 |
| Octal | 374 | 303 | 346 | 0 | 27 | 11 | 1 | 503 | 132 | 130 |
| Binary | 11111100 | 11000011 | 11100110 | 0 | 10111 | 1001 | 1 | 101000011 | 1011010 | 1011000 |
Color Harmonies of #FCC3E6
Complementary color
Monochromatic Colors of #FCC3E6
Black with #FCC3E6
Text Example
Text Example
White with #FCC3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3E6; }
p { color: rgb(252,195,230); }
H1.HeaderClassName
{
color: #FCC3E6;
}
.AnyTagClassName
{
color: #FCC3E6;
}
</style>
background-color css
<style>
a { background-color: #FCC3E6; }
a { background-color: rgb(252,195,230); }
div.DivClassName
{
background-color: #FCC3E6;
}
.BgClassName
{
background-color: #FCC3E6;
}
</style>
border-color css
<style>
span { border-color: #FCC3E6; }
span { border-color: rgb(252,195,230); }
td.TdClassName
{
border-color: #FCC3E6;
}
.TagClassName
{
border-color: #FCC3E6;
}
</style>