Shades of Classic Rose #F6C6DB
Tints of Classic Rose #F6C6DB
RGB
CMYK
RGB Variations
Color information
#F6C6DB (or 0xF6C6DB) is known color: Classic Rose. HEX triplet: F6, C6 and DB. RGB value is (246,198,219). Sum of RGB (Red+Green+Blue) = 246+198+219=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6DB is #093924. Grayscale: #D6D6D6. Windows color (decimal): -604453 or 14403318. OLE color: 14403318.
HSL color Cylindrical-coordinate representation of color #F6C6DB: hue angle of 333.75º 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 #F6C6DB is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 219 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.04 |
| HSL | 333.75º | 0.73% | 0.87% | - |
| HSV(B) | 333.75º | 0.2% | 0.96% | - |
| XYZ | 70.99 | 65.1 | 75.84 | - |
| YUV | 214.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 219 | 0 | 0.20 | 0.11 | 0.04 | 333.75 | 0.73 | 0.87 |
| Hex | F6 | C6 | DB | 0 | 14 | B | 4 | 14E | 49 | 57 |
| Octal | 366 | 306 | 333 | 0 | 24 | 13 | 4 | 516 | 111 | 127 |
| Binary | 11110110 | 11000110 | 11011011 | 0 | 10100 | 1011 | 100 | 101001110 | 1001001 | 1010111 |
Color Harmonies of #F6C6DB
Complementary color
Monochromatic Colors of #F6C6DB
Black with #F6C6DB
Text Example
Text Example
White with #F6C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C6DB; }
p { color: rgb(246,198,219); }
H1.HeaderClassName
{
color: #F6C6DB;
}
.AnyTagClassName
{
color: #F6C6DB;
}
</style>
background-color css
<style>
a { background-color: #F6C6DB; }
a { background-color: rgb(246,198,219); }
div.DivClassName
{
background-color: #F6C6DB;
}
.BgClassName
{
background-color: #F6C6DB;
}
</style>
border-color css
<style>
span { border-color: #F6C6DB; }
span { border-color: rgb(246,198,219); }
td.TdClassName
{
border-color: #F6C6DB;
}
.TagClassName
{
border-color: #F6C6DB;
}
</style>