Shades of Classic Rose #FFC4DD
Tints of Classic Rose #FFC4DD
RGB
CMYK
RGB Variations
Color information
#FFC4DD (or 0xFFC4DD) is known color: Classic Rose. HEX triplet: FF, C4 and DD. RGB value is (255,196,221). Sum of RGB (Red+Green+Blue) = 255+196+221=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DD is #003B22. Grayscale: #D8D8D8. Windows color (decimal): -15139 or 14533887. OLE color: 14533887.
HSL color Cylindrical-coordinate representation of color #FFC4DD: hue angle of 334.58º 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 #FFC4DD is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 221 | - |
| CMYK | 0 | 0.23 | 0.13 | 0 |
| HSL | 334.58º | 1% | 0.88% | - |
| HSV(B) | 334.58º | 0.23% | 1% | - |
| XYZ | 74.03 | 65.96 | 77.24 | - |
| YUV | 216.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 221 | 0 | 0.23 | 0.13 | 0 | 334.58 | 1 | 0.88 |
| Hex | FF | C4 | DD | 0 | 17 | D | 0 | 14F | 64 | 58 |
| Octal | 377 | 304 | 335 | 0 | 27 | 15 | 0 | 517 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11011101 | 0 | 10111 | 1101 | 0 | 101001111 | 1100100 | 1011000 |
Color Harmonies of #FFC4DD
Complementary color
Monochromatic Colors of #FFC4DD
Black with #FFC4DD
Text Example
Text Example
White with #FFC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4DD; }
p { color: rgb(255,196,221); }
H1.HeaderClassName
{
color: #FFC4DD;
}
.AnyTagClassName
{
color: #FFC4DD;
}
</style>
background-color css
<style>
a { background-color: #FFC4DD; }
a { background-color: rgb(255,196,221); }
div.DivClassName
{
background-color: #FFC4DD;
}
.BgClassName
{
background-color: #FFC4DD;
}
</style>
border-color css
<style>
span { border-color: #FFC4DD; }
span { border-color: rgb(255,196,221); }
td.TdClassName
{
border-color: #FFC4DD;
}
.TagClassName
{
border-color: #FFC4DD;
}
</style>