Shades of Classic Rose #F7C6DF
Tints of Classic Rose #F7C6DF
RGB
CMYK
RGB Variations
Color information
#F7C6DF (or 0xF7C6DF) is known color: Classic Rose. HEX triplet: F7, C6 and DF. RGB value is (247,198,223). Sum of RGB (Red+Green+Blue) = 247+198+223=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6DF is #083920. Grayscale: #D7D7D7. Windows color (decimal): -538913 or 14665463. OLE color: 14665463.
HSL color Cylindrical-coordinate representation of color #F7C6DF: hue angle of 329.39º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6DF is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 223 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.03 |
| HSL | 329.39º | 0.75% | 0.87% | - |
| HSV(B) | 329.39º | 0.2% | 0.97% | - |
| XYZ | 71.87 | 65.49 | 78.66 | - |
| YUV | 215.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 223 | 0 | 0.20 | 0.10 | 0.03 | 329.39 | 0.75 | 0.87 |
| Hex | F7 | C6 | DF | 0 | 14 | A | 3 | 149 | 4B | 57 |
| Octal | 367 | 306 | 337 | 0 | 24 | 12 | 3 | 511 | 113 | 127 |
| Binary | 11110111 | 11000110 | 11011111 | 0 | 10100 | 1010 | 11 | 101001001 | 1001011 | 1010111 |
Color Harmonies of #F7C6DF
Complementary color
Monochromatic Colors of #F7C6DF
Black with #F7C6DF
Text Example
Text Example
White with #F7C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6DF; }
p { color: rgb(247,198,223); }
H1.HeaderClassName
{
color: #F7C6DF;
}
.AnyTagClassName
{
color: #F7C6DF;
}
</style>
background-color css
<style>
a { background-color: #F7C6DF; }
a { background-color: rgb(247,198,223); }
div.DivClassName
{
background-color: #F7C6DF;
}
.BgClassName
{
background-color: #F7C6DF;
}
</style>
border-color css
<style>
span { border-color: #F7C6DF; }
span { border-color: rgb(247,198,223); }
td.TdClassName
{
border-color: #F7C6DF;
}
.TagClassName
{
border-color: #F7C6DF;
}
</style>