Shades of Classic Rose #FFC4E1
Tints of Classic Rose #FFC4E1
RGB
CMYK
RGB Variations
Color information
#FFC4E1 (or 0xFFC4E1) is known color: Classic Rose. HEX triplet: FF, C4 and E1. RGB value is (255,196,225). Sum of RGB (Red+Green+Blue) = 255+196+225=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4E1 is #003B1E. Grayscale: #D8D8D8. Windows color (decimal): -15135 or 14796031. OLE color: 14796031.
HSL color Cylindrical-coordinate representation of color #FFC4E1: hue angle of 330.51º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4E1 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 225 | - |
| CMYK | 0 | 0.23 | 0.12 | 0 |
| HSL | 330.51º | 1% | 0.88% | - |
| HSV(B) | 330.51º | 0.23% | 1% | - |
| XYZ | 74.57 | 66.18 | 80.08 | - |
| YUV | 216.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 225 | 0 | 0.23 | 0.12 | 0 | 330.51 | 1 | 0.88 |
| Hex | FF | C4 | E1 | 0 | 17 | C | 0 | 14B | 64 | 58 |
| Octal | 377 | 304 | 341 | 0 | 27 | 14 | 0 | 513 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11100001 | 0 | 10111 | 1100 | 0 | 101001011 | 1100100 | 1011000 |
Color Harmonies of #FFC4E1
Complementary color
Monochromatic Colors of #FFC4E1
Black with #FFC4E1
Text Example
Text Example
White with #FFC4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4E1; }
p { color: rgb(255,196,225); }
H1.HeaderClassName
{
color: #FFC4E1;
}
.AnyTagClassName
{
color: #FFC4E1;
}
</style>
background-color css
<style>
a { background-color: #FFC4E1; }
a { background-color: rgb(255,196,225); }
div.DivClassName
{
background-color: #FFC4E1;
}
.BgClassName
{
background-color: #FFC4E1;
}
</style>
border-color css
<style>
span { border-color: #FFC4E1; }
span { border-color: rgb(255,196,225); }
td.TdClassName
{
border-color: #FFC4E1;
}
.TagClassName
{
border-color: #FFC4E1;
}
</style>