Shades of Classic Rose #F6C6DD
Tints of Classic Rose #F6C6DD
RGB
CMYK
RGB Variations
Color information
#F6C6DD (or 0xF6C6DD) is known color: Classic Rose. HEX triplet: F6, C6 and DD. RGB value is (246,198,221). Sum of RGB (Red+Green+Blue) = 246+198+221=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 198 (77.73% from 255 or 29.77% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6DD is #093922. Grayscale: #D6D6D6. Windows color (decimal): -604451 or 14534390. OLE color: 14534390.
HSL color Cylindrical-coordinate representation of color #F6C6DD: hue angle of 331.25º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C6DD is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 221 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.04 |
| HSL | 331.25º | 0.73% | 0.87% | - |
| HSV(B) | 331.25º | 0.2% | 0.96% | - |
| XYZ | 71.25 | 65.2 | 77.24 | - |
| YUV | 214.97 | 131.4 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 221 | 0 | 0.20 | 0.10 | 0.04 | 331.25 | 0.73 | 0.87 |
| Hex | F6 | C6 | DD | 0 | 14 | A | 4 | 14B | 49 | 57 |
| Octal | 366 | 306 | 335 | 0 | 24 | 12 | 4 | 513 | 111 | 127 |
| Binary | 11110110 | 11000110 | 11011101 | 0 | 10100 | 1010 | 100 | 101001011 | 1001001 | 1010111 |
Color Harmonies of #F6C6DD
Complementary color
Monochromatic Colors of #F6C6DD
Black with #F6C6DD
Text Example
Text Example
White with #F6C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6DD; }
p { color: rgb(246,198,221); }
H1.HeaderClassName
{
color: #F6C6DD;
}
.AnyTagClassName
{
color: #F6C6DD;
}
</style>
background-color css
<style>
a { background-color: #F6C6DD; }
a { background-color: rgb(246,198,221); }
div.DivClassName
{
background-color: #F6C6DD;
}
.BgClassName
{
background-color: #F6C6DD;
}
</style>
border-color css
<style>
span { border-color: #F6C6DD; }
span { border-color: rgb(246,198,221); }
td.TdClassName
{
border-color: #F6C6DD;
}
.TagClassName
{
border-color: #F6C6DD;
}
</style>