Shades of Classic Rose #F5C0DF
Tints of Classic Rose #F5C0DF
RGB
CMYK
RGB Variations
Color information
#F5C0DF (or 0xF5C0DF) is known color: Classic Rose. HEX triplet: F5, C0 and DF. RGB value is (245,192,223). Sum of RGB (Red+Green+Blue) = 245+192+223=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 192 (75.39% from 255 or 29.09% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0DF is #0A3F20. Grayscale: #D3D3D3. Windows color (decimal): -671521 or 14663925. OLE color: 14663925.
HSL color Cylindrical-coordinate representation of color #F5C0DF: hue angle of 324.91º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5C0DF is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 223 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.04 |
| HSL | 324.91º | 0.73% | 0.86% | - |
| HSV(B) | 324.91º | 0.22% | 0.96% | - |
| XYZ | 69.83 | 62.44 | 78.18 | - |
| YUV | 211.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 223 | 0 | 0.22 | 0.09 | 0.04 | 324.91 | 0.73 | 0.86 |
| Hex | F5 | C0 | DF | 0 | 16 | 9 | 4 | 145 | 49 | 56 |
| Octal | 365 | 300 | 337 | 0 | 26 | 11 | 4 | 505 | 111 | 126 |
| Binary | 11110101 | 11000000 | 11011111 | 0 | 10110 | 1001 | 100 | 101000101 | 1001001 | 1010110 |
Color Harmonies of #F5C0DF
Complementary color
Monochromatic Colors of #F5C0DF
Black with #F5C0DF
Text Example
Text Example
White with #F5C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C0DF; }
p { color: rgb(245,192,223); }
H1.HeaderClassName
{
color: #F5C0DF;
}
.AnyTagClassName
{
color: #F5C0DF;
}
</style>
background-color css
<style>
a { background-color: #F5C0DF; }
a { background-color: rgb(245,192,223); }
div.DivClassName
{
background-color: #F5C0DF;
}
.BgClassName
{
background-color: #F5C0DF;
}
</style>
border-color css
<style>
span { border-color: #F5C0DF; }
span { border-color: rgb(245,192,223); }
td.TdClassName
{
border-color: #F5C0DF;
}
.TagClassName
{
border-color: #F5C0DF;
}
</style>