Shades of Classic Rose #FFC4D9
Tints of Classic Rose #FFC4D9
RGB
CMYK
RGB Variations
Color information
#FFC4D9 (or 0xFFC4D9) is known color: Classic Rose. HEX triplet: FF, C4 and D9. RGB value is (255,196,217). Sum of RGB (Red+Green+Blue) = 255+196+217=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4D9 is #003B26. Grayscale: #D8D8D8. Windows color (decimal): -15143 or 14271743. OLE color: 14271743.
HSL color Cylindrical-coordinate representation of color #FFC4D9: hue angle of 338.64º 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 #FFC4D9 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 217 | - |
| CMYK | 0 | 0.23 | 0.15 | 0 |
| HSL | 338.64º | 1% | 0.88% | - |
| HSV(B) | 338.64º | 0.23% | 1% | - |
| XYZ | 73.5 | 65.75 | 74.46 | - |
| YUV | 216.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 217 | 0 | 0.23 | 0.15 | 0 | 338.64 | 1 | 0.88 |
| Hex | FF | C4 | D9 | 0 | 17 | F | 0 | 153 | 64 | 58 |
| Octal | 377 | 304 | 331 | 0 | 27 | 17 | 0 | 523 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11011001 | 0 | 10111 | 1111 | 0 | 101010011 | 1100100 | 1011000 |
Color Harmonies of #FFC4D9
Complementary color
Monochromatic Colors of #FFC4D9
Black with #FFC4D9
Text Example
Text Example
White with #FFC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4D9; }
p { color: rgb(255,196,217); }
H1.HeaderClassName
{
color: #FFC4D9;
}
.AnyTagClassName
{
color: #FFC4D9;
}
</style>
background-color css
<style>
a { background-color: #FFC4D9; }
a { background-color: rgb(255,196,217); }
div.DivClassName
{
background-color: #FFC4D9;
}
.BgClassName
{
background-color: #FFC4D9;
}
</style>
border-color css
<style>
span { border-color: #FFC4D9; }
span { border-color: rgb(255,196,217); }
td.TdClassName
{
border-color: #FFC4D9;
}
.TagClassName
{
border-color: #FFC4D9;
}
</style>