Shades of Classic Rose #F7C6DA
Tints of Classic Rose #F7C6DA
RGB
CMYK
RGB Variations
Color information
#F7C6DA (or 0xF7C6DA) is known color: Classic Rose. HEX triplet: F7, C6 and DA. RGB value is (247,198,218). Sum of RGB (Red+Green+Blue) = 247+198+218=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6DA is #083925. Grayscale: #D6D6D6. Windows color (decimal): -538918 or 14337783. OLE color: 14337783.
HSL color Cylindrical-coordinate representation of color #F7C6DA: hue angle of 335.51º 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 #F7C6DA is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 218 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.03 |
| HSL | 335.51º | 0.75% | 0.87% | - |
| HSV(B) | 335.51º | 0.2% | 0.97% | - |
| XYZ | 71.21 | 65.22 | 75.17 | - |
| YUV | 214.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 218 | 0 | 0.20 | 0.12 | 0.03 | 335.51 | 0.75 | 0.87 |
| Hex | F7 | C6 | DA | 0 | 14 | C | 3 | 150 | 4B | 57 |
| Octal | 367 | 306 | 332 | 0 | 24 | 14 | 3 | 520 | 113 | 127 |
| Binary | 11110111 | 11000110 | 11011010 | 0 | 10100 | 1100 | 11 | 101010000 | 1001011 | 1010111 |
Color Harmonies of #F7C6DA
Complementary color
Monochromatic Colors of #F7C6DA
Black with #F7C6DA
Text Example
Text Example
White with #F7C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C6DA; }
p { color: rgb(247,198,218); }
H1.HeaderClassName
{
color: #F7C6DA;
}
.AnyTagClassName
{
color: #F7C6DA;
}
</style>
background-color css
<style>
a { background-color: #F7C6DA; }
a { background-color: rgb(247,198,218); }
div.DivClassName
{
background-color: #F7C6DA;
}
.BgClassName
{
background-color: #F7C6DA;
}
</style>
border-color css
<style>
span { border-color: #F7C6DA; }
span { border-color: rgb(247,198,218); }
td.TdClassName
{
border-color: #F7C6DA;
}
.TagClassName
{
border-color: #F7C6DA;
}
</style>