Shades of Classic Rose #F0C6DF
Tints of Classic Rose #F0C6DF
RGB
CMYK
RGB Variations
Color information
#F0C6DF (or 0xF0C6DF) is known color: Classic Rose. HEX triplet: F0, C6 and DF. RGB value is (240,198,223). Sum of RGB (Red+Green+Blue) = 240+198+223=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6DF is #0F3920. Grayscale: #D5D5D5. Windows color (decimal): -997665 or 14665456. OLE color: 14665456.
HSL color Cylindrical-coordinate representation of color #F0C6DF: hue angle of 324.29º 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 #F0C6DF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 223 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.06 |
| HSL | 324.29º | 0.58% | 0.86% | - |
| HSV(B) | 324.29º | 0.18% | 0.94% | - |
| XYZ | 69.45 | 64.24 | 78.55 | - |
| YUV | 213.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 223 | 0 | 0.18 | 0.07 | 0.06 | 324.29 | 0.58 | 0.86 |
| Hex | F0 | C6 | DF | 0 | 12 | 7 | 6 | 144 | 3A | 56 |
| Octal | 360 | 306 | 337 | 0 | 22 | 7 | 6 | 504 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11011111 | 0 | 10010 | 111 | 110 | 101000100 | 111010 | 1010110 |
Color Harmonies of #F0C6DF
Complementary color
Monochromatic Colors of #F0C6DF
Black with #F0C6DF
Text Example
Text Example
White with #F0C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6DF; }
p { color: rgb(240,198,223); }
H1.HeaderClassName
{
color: #F0C6DF;
}
.AnyTagClassName
{
color: #F0C6DF;
}
</style>
background-color css
<style>
a { background-color: #F0C6DF; }
a { background-color: rgb(240,198,223); }
div.DivClassName
{
background-color: #F0C6DF;
}
.BgClassName
{
background-color: #F0C6DF;
}
</style>
border-color css
<style>
span { border-color: #F0C6DF; }
span { border-color: rgb(240,198,223); }
td.TdClassName
{
border-color: #F0C6DF;
}
.TagClassName
{
border-color: #F0C6DF;
}
</style>