Shades of Classic Rose #FFC4E2
Tints of Classic Rose #FFC4E2
RGB
CMYK
RGB Variations
Color information
#FFC4E2 (or 0xFFC4E2) is known color: Classic Rose. HEX triplet: FF, C4 and E2. RGB value is (255,196,226). Sum of RGB (Red+Green+Blue) = 255+196+226=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 196 (76.95% from 255 or 28.95% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4E2 is #003B1D. Grayscale: #D9D9D9. Windows color (decimal): -15134 or 14861567. OLE color: 14861567.
HSL color Cylindrical-coordinate representation of color #FFC4E2: hue angle of 329.49º 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 #FFC4E2 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 226 | - |
| CMYK | 0 | 0.23 | 0.11 | 0 |
| HSL | 329.49º | 1% | 0.88% | - |
| HSV(B) | 329.49º | 0.23% | 1% | - |
| XYZ | 74.71 | 66.23 | 80.8 | - |
| YUV | 217.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 226 | 0 | 0.23 | 0.11 | 0 | 329.49 | 1 | 0.88 |
| Hex | FF | C4 | E2 | 0 | 17 | B | 0 | 149 | 64 | 58 |
| Octal | 377 | 304 | 342 | 0 | 27 | 13 | 0 | 511 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11100010 | 0 | 10111 | 1011 | 0 | 101001001 | 1100100 | 1011000 |
Color Harmonies of #FFC4E2
Complementary color
Monochromatic Colors of #FFC4E2
Black with #FFC4E2
Text Example
Text Example
White with #FFC4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4E2; }
p { color: rgb(255,196,226); }
H1.HeaderClassName
{
color: #FFC4E2;
}
.AnyTagClassName
{
color: #FFC4E2;
}
</style>
background-color css
<style>
a { background-color: #FFC4E2; }
a { background-color: rgb(255,196,226); }
div.DivClassName
{
background-color: #FFC4E2;
}
.BgClassName
{
background-color: #FFC4E2;
}
</style>
border-color css
<style>
span { border-color: #FFC4E2; }
span { border-color: rgb(255,196,226); }
td.TdClassName
{
border-color: #FFC4E2;
}
.TagClassName
{
border-color: #FFC4E2;
}
</style>