Shades of Classic Rose #F6C3DB
Tints of Classic Rose #F6C3DB
RGB
CMYK
RGB Variations
Color information
#F6C3DB (or 0xF6C3DB) is known color: Classic Rose. HEX triplet: F6, C3 and DB. RGB value is (246,195,219). Sum of RGB (Red+Green+Blue) = 246+195+219=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C3DB is #093C24. Grayscale: #D4D4D4. Windows color (decimal): -605221 or 14402550. OLE color: 14402550.
HSL color Cylindrical-coordinate representation of color #F6C3DB: hue angle of 331.76º 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 #F6C3DB is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 219 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.04 |
| HSL | 331.76º | 0.74% | 0.86% | - |
| HSV(B) | 331.76º | 0.21% | 0.96% | - |
| XYZ | 70.31 | 63.74 | 75.61 | - |
| YUV | 212.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 219 | 0 | 0.21 | 0.11 | 0.04 | 331.76 | 0.74 | 0.86 |
| Hex | F6 | C3 | DB | 0 | 15 | B | 4 | 14C | 4A | 56 |
| Octal | 366 | 303 | 333 | 0 | 25 | 13 | 4 | 514 | 112 | 126 |
| Binary | 11110110 | 11000011 | 11011011 | 0 | 10101 | 1011 | 100 | 101001100 | 1001010 | 1010110 |
Color Harmonies of #F6C3DB
Complementary color
Monochromatic Colors of #F6C3DB
Black with #F6C3DB
Text Example
Text Example
White with #F6C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C3DB; }
p { color: rgb(246,195,219); }
H1.HeaderClassName
{
color: #F6C3DB;
}
.AnyTagClassName
{
color: #F6C3DB;
}
</style>
background-color css
<style>
a { background-color: #F6C3DB; }
a { background-color: rgb(246,195,219); }
div.DivClassName
{
background-color: #F6C3DB;
}
.BgClassName
{
background-color: #F6C3DB;
}
</style>
border-color css
<style>
span { border-color: #F6C3DB; }
span { border-color: rgb(246,195,219); }
td.TdClassName
{
border-color: #F6C3DB;
}
.TagClassName
{
border-color: #F6C3DB;
}
</style>