Shades of Classic Rose #FCC4E7
Tints of Classic Rose #FCC4E7
RGB
CMYK
RGB Variations
Color information
#FCC4E7 (or 0xFCC4E7) is known color: Classic Rose. HEX triplet: FC, C4 and E7. RGB value is (252,196,231). Sum of RGB (Red+Green+Blue) = 252+196+231=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 196 (76.95% from 255 or 28.87% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4E7 is #033B18. Grayscale: #D8D8D8. Windows color (decimal): -211737 or 15189244. OLE color: 15189244.
HSL color Cylindrical-coordinate representation of color #FCC4E7: hue angle of 322.5º 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 #FCC4E7 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 231 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.01 |
| HSL | 322.5º | 0.9% | 0.88% | - |
| HSV(B) | 322.5º | 0.22% | 0.99% | - |
| XYZ | 74.31 | 65.94 | 84.41 | - |
| YUV | 216.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 231 | 0 | 0.22 | 0.08 | 0.01 | 322.5 | 0.9 | 0.88 |
| Hex | FC | C4 | E7 | 0 | 16 | 8 | 1 | 142 | 5A | 58 |
| Octal | 374 | 304 | 347 | 0 | 26 | 10 | 1 | 502 | 132 | 130 |
| Binary | 11111100 | 11000100 | 11100111 | 0 | 10110 | 1000 | 1 | 101000010 | 1011010 | 1011000 |
Color Harmonies of #FCC4E7
Complementary color
Monochromatic Colors of #FCC4E7
Black with #FCC4E7
Text Example
Text Example
White with #FCC4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4E7; }
p { color: rgb(252,196,231); }
H1.HeaderClassName
{
color: #FCC4E7;
}
.AnyTagClassName
{
color: #FCC4E7;
}
</style>
background-color css
<style>
a { background-color: #FCC4E7; }
a { background-color: rgb(252,196,231); }
div.DivClassName
{
background-color: #FCC4E7;
}
.BgClassName
{
background-color: #FCC4E7;
}
</style>
border-color css
<style>
span { border-color: #FCC4E7; }
span { border-color: rgb(252,196,231); }
td.TdClassName
{
border-color: #FCC4E7;
}
.TagClassName
{
border-color: #FCC4E7;
}
</style>