Shades of Classic Rose #F6C2DB
Tints of Classic Rose #F6C2DB
RGB
CMYK
RGB Variations
Color information
#F6C2DB (or 0xF6C2DB) is known color: Classic Rose. HEX triplet: F6, C2 and DB. RGB value is (246,194,219). Sum of RGB (Red+Green+Blue) = 246+194+219=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 194 (76.17% from 255 or 29.44% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2DB is #093D24. Grayscale: #D4D4D4. Windows color (decimal): -605477 or 14402294. OLE color: 14402294.
HSL color Cylindrical-coordinate representation of color #F6C2DB: hue angle of 331.15º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F6C2DB is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 219 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.04 |
| HSL | 331.15º | 0.74% | 0.86% | - |
| HSV(B) | 331.15º | 0.21% | 0.96% | - |
| XYZ | 70.08 | 63.29 | 75.54 | - |
| YUV | 212.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 219 | 0 | 0.21 | 0.11 | 0.04 | 331.15 | 0.74 | 0.86 |
| Hex | F6 | C2 | DB | 0 | 15 | B | 4 | 14B | 4A | 56 |
| Octal | 366 | 302 | 333 | 0 | 25 | 13 | 4 | 513 | 112 | 126 |
| Binary | 11110110 | 11000010 | 11011011 | 0 | 10101 | 1011 | 100 | 101001011 | 1001010 | 1010110 |
Color Harmonies of #F6C2DB
Complementary color
Monochromatic Colors of #F6C2DB
Black with #F6C2DB
Text Example
Text Example
White with #F6C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C2DB; }
p { color: rgb(246,194,219); }
H1.HeaderClassName
{
color: #F6C2DB;
}
.AnyTagClassName
{
color: #F6C2DB;
}
</style>
background-color css
<style>
a { background-color: #F6C2DB; }
a { background-color: rgb(246,194,219); }
div.DivClassName
{
background-color: #F6C2DB;
}
.BgClassName
{
background-color: #F6C2DB;
}
</style>
border-color css
<style>
span { border-color: #F6C2DB; }
span { border-color: rgb(246,194,219); }
td.TdClassName
{
border-color: #F6C2DB;
}
.TagClassName
{
border-color: #F6C2DB;
}
</style>