Shades of Classic Rose #F0C0DC
Tints of Classic Rose #F0C0DC
RGB
CMYK
RGB Variations
Color information
#F0C0DC (or 0xF0C0DC) is known color: Classic Rose. HEX triplet: F0, C0 and DC. RGB value is (240,192,220). Sum of RGB (Red+Green+Blue) = 240+192+220=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0DC is #0F3F23. Grayscale: #D1D1D1. Windows color (decimal): -999204 or 14467312. OLE color: 14467312.
HSL color Cylindrical-coordinate representation of color #F0C0DC: hue angle of 325º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0DC is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 220 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.06 |
| HSL | 325º | 0.62% | 0.85% | - |
| HSV(B) | 325º | 0.2% | 0.94% | - |
| XYZ | 67.7 | 61.39 | 75.99 | - |
| YUV | 209.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 220 | 0 | 0.20 | 0.08 | 0.06 | 325 | 0.62 | 0.85 |
| Hex | F0 | C0 | DC | 0 | 14 | 8 | 6 | 145 | 3E | 55 |
| Octal | 360 | 300 | 334 | 0 | 24 | 10 | 6 | 505 | 76 | 125 |
| Binary | 11110000 | 11000000 | 11011100 | 0 | 10100 | 1000 | 110 | 101000101 | 111110 | 1010101 |
Color Harmonies of #F0C0DC
Complementary color
Monochromatic Colors of #F0C0DC
Black with #F0C0DC
Text Example
Text Example
White with #F0C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0DC; }
p { color: rgb(240,192,220); }
H1.HeaderClassName
{
color: #F0C0DC;
}
.AnyTagClassName
{
color: #F0C0DC;
}
</style>
background-color css
<style>
a { background-color: #F0C0DC; }
a { background-color: rgb(240,192,220); }
div.DivClassName
{
background-color: #F0C0DC;
}
.BgClassName
{
background-color: #F0C0DC;
}
</style>
border-color css
<style>
span { border-color: #F0C0DC; }
span { border-color: rgb(240,192,220); }
td.TdClassName
{
border-color: #F0C0DC;
}
.TagClassName
{
border-color: #F0C0DC;
}
</style>