Shades of Classic Rose #FCC4E6
Tints of Classic Rose #FCC4E6
RGB
CMYK
RGB Variations
Color information
#FCC4E6 (or 0xFCC4E6) is known color: Classic Rose. HEX triplet: FC, C4 and E6. RGB value is (252,196,230). Sum of RGB (Red+Green+Blue) = 252+196+230=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 196 (76.95% from 255 or 28.91% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4E6 is #033B19. Grayscale: #D8D8D8. Windows color (decimal): -211738 or 15123708. OLE color: 15123708.
HSL color Cylindrical-coordinate representation of color #FCC4E6: hue angle of 323.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4E6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 230 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.01 |
| HSL | 323.57º | 0.9% | 0.88% | - |
| HSV(B) | 323.57º | 0.22% | 0.99% | - |
| XYZ | 74.17 | 65.89 | 83.67 | - |
| YUV | 216.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 230 | 0 | 0.22 | 0.09 | 0.01 | 323.57 | 0.9 | 0.88 |
| Hex | FC | C4 | E6 | 0 | 16 | 9 | 1 | 144 | 5A | 58 |
| Octal | 374 | 304 | 346 | 0 | 26 | 11 | 1 | 504 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11100110 | 0 | 10110 | 1001 | 1 | 101000100 | 1011010 | 1011000 |
Color Harmonies of #FCC4E6
Complementary color
Monochromatic Colors of #FCC4E6
Black with #FCC4E6
Text Example
Text Example
White with #FCC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4E6; }
p { color: rgb(252,196,230); }
H1.HeaderClassName
{
color: #FCC4E6;
}
.AnyTagClassName
{
color: #FCC4E6;
}
</style>
background-color css
<style>
a { background-color: #FCC4E6; }
a { background-color: rgb(252,196,230); }
div.DivClassName
{
background-color: #FCC4E6;
}
.BgClassName
{
background-color: #FCC4E6;
}
</style>
border-color css
<style>
span { border-color: #FCC4E6; }
span { border-color: rgb(252,196,230); }
td.TdClassName
{
border-color: #FCC4E6;
}
.TagClassName
{
border-color: #FCC4E6;
}
</style>