Shades of Classic Rose #F0C6DD
Tints of Classic Rose #F0C6DD
RGB
CMYK
RGB Variations
Color information
#F0C6DD (or 0xF0C6DD) is known color: Classic Rose. HEX triplet: F0, C6 and DD. RGB value is (240,198,221). Sum of RGB (Red+Green+Blue) = 240+198+221=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 198 (77.73% from 255 or 30.05% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DD is #0F3922. Grayscale: #D5D5D5. Windows color (decimal): -997667 or 14534384. OLE color: 14534384.
HSL color Cylindrical-coordinate representation of color #F0C6DD: hue angle of 327.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 221 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.06 |
| HSL | 327.14º | 0.58% | 0.86% | - |
| HSV(B) | 327.14º | 0.18% | 0.94% | - |
| XYZ | 69.18 | 64.13 | 77.14 | - |
| YUV | 213.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 221 | 0 | 0.18 | 0.08 | 0.06 | 327.14 | 0.58 | 0.86 |
| Hex | F0 | C6 | DD | 0 | 12 | 8 | 6 | 147 | 3A | 56 |
| Octal | 360 | 306 | 335 | 0 | 22 | 10 | 6 | 507 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11011101 | 0 | 10010 | 1000 | 110 | 101000111 | 111010 | 1010110 |
Color Harmonies of #F0C6DD
Complementary color
Monochromatic Colors of #F0C6DD
Black with #F0C6DD
Text Example
Text Example
White with #F0C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6DD; }
p { color: rgb(240,198,221); }
H1.HeaderClassName
{
color: #F0C6DD;
}
.AnyTagClassName
{
color: #F0C6DD;
}
</style>
background-color css
<style>
a { background-color: #F0C6DD; }
a { background-color: rgb(240,198,221); }
div.DivClassName
{
background-color: #F0C6DD;
}
.BgClassName
{
background-color: #F0C6DD;
}
</style>
border-color css
<style>
span { border-color: #F0C6DD; }
span { border-color: rgb(240,198,221); }
td.TdClassName
{
border-color: #F0C6DD;
}
.TagClassName
{
border-color: #F0C6DD;
}
</style>