Shades of Classic Rose #FFC4DF
Tints of Classic Rose #FFC4DF
RGB
CMYK
RGB Variations
Color information
#FFC4DF (or 0xFFC4DF) is known color: Classic Rose. HEX triplet: FF, C4 and DF. RGB value is (255,196,223). Sum of RGB (Red+Green+Blue) = 255+196+223=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DF is #003B20. Grayscale: #D8D8D8. Windows color (decimal): -15137 or 14664959. OLE color: 14664959.
HSL color Cylindrical-coordinate representation of color #FFC4DF: hue angle of 332.54º 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 #FFC4DF is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 196 | 223 | - |
CMYK | 0 | 0.23 | 0.13 | 0 |
HSL | 332.54º | 1% | 0.88% | - |
HSV(B) | 332.54º | 0.23% | 1% | - |
XYZ | 74.3 | 66.07 | 78.65 | - |
YUV | 216.72 | 131.55 | 155.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 196 | 223 | 0 | 0.23 | 0.13 | 0 | 332.54 | 1 | 0.88 |
Hex | FF | C4 | DF | 0 | 17 | D | 0 | 14D | 64 | 58 |
Octal | 377 | 304 | 337 | 0 | 27 | 15 | 0 | 515 | 144 | 130 |
Binary | 11111111 | 11000100 | 11011111 | 0 | 10111 | 1101 | 0 | 101001101 | 1100100 | 1011000 |
Color Harmonies of #FFC4DF
Complementary color
Monochromatic Colors of #FFC4DF
Black with #FFC4DF
Text Example
Text Example
White with #FFC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4DF; }
p { color: rgb(255,196,223); }
H1.HeaderClassName
{
color: #FFC4DF;
}
.AnyTagClassName
{
color: #FFC4DF;
}
</style>
background-color css
<style>
a { background-color: #FFC4DF; }
a { background-color: rgb(255,196,223); }
div.DivClassName
{
background-color: #FFC4DF;
}
.BgClassName
{
background-color: #FFC4DF;
}
</style>
border-color css
<style>
span { border-color: #FFC4DF; }
span { border-color: rgb(255,196,223); }
td.TdClassName
{
border-color: #FFC4DF;
}
.TagClassName
{
border-color: #FFC4DF;
}
</style>