Shades of Classic Rose #F5C4DF
Tints of Classic Rose #F5C4DF
RGB
CMYK
RGB Variations
Color information
#F5C4DF (or 0xF5C4DF) is known color: Classic Rose. HEX triplet: F5, C4 and DF. RGB value is (245,196,223). Sum of RGB (Red+Green+Blue) = 245+196+223=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 196 (76.95% from 255 or 29.52% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C4DF is #0A3B20. Grayscale: #D5D5D5. Windows color (decimal): -670497 or 14664949. OLE color: 14664949.
HSL color Cylindrical-coordinate representation of color #F5C4DF: hue angle of 326.94º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5C4DF is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 223 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.04 |
| HSL | 326.94º | 0.71% | 0.86% | - |
| HSV(B) | 326.94º | 0.2% | 0.96% | - |
| XYZ | 70.72 | 64.22 | 78.48 | - |
| YUV | 213.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 223 | 0 | 0.2 | 0.09 | 0.04 | 326.94 | 0.71 | 0.86 |
| Hex | F5 | C4 | DF | 0 | 14 | 9 | 4 | 147 | 47 | 56 |
| Octal | 365 | 304 | 337 | 0 | 24 | 11 | 4 | 507 | 107 | 126 |
| Binary | 11110101 | 11000100 | 11011111 | 0 | 10100 | 1001 | 100 | 101000111 | 1000111 | 1010110 |
Color Harmonies of #F5C4DF
Complementary color
Monochromatic Colors of #F5C4DF
Black with #F5C4DF
Text Example
Text Example
White with #F5C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C4DF; }
p { color: rgb(245,196,223); }
H1.HeaderClassName
{
color: #F5C4DF;
}
.AnyTagClassName
{
color: #F5C4DF;
}
</style>
background-color css
<style>
a { background-color: #F5C4DF; }
a { background-color: rgb(245,196,223); }
div.DivClassName
{
background-color: #F5C4DF;
}
.BgClassName
{
background-color: #F5C4DF;
}
</style>
border-color css
<style>
span { border-color: #F5C4DF; }
span { border-color: rgb(245,196,223); }
td.TdClassName
{
border-color: #F5C4DF;
}
.TagClassName
{
border-color: #F5C4DF;
}
</style>