Shades of Classic Rose #F6CCDB
Tints of Classic Rose #F6CCDB
RGB
CMYK
RGB Variations
Color information
#F6CCDB (or 0xF6CCDB) is known color: Classic Rose. HEX triplet: F6, CC and DB. RGB value is (246,204,219). Sum of RGB (Red+Green+Blue) = 246+204+219=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCDB is #093324. Grayscale: #DADADA. Windows color (decimal): -602917 or 14404854. OLE color: 14404854.
HSL color Cylindrical-coordinate representation of color #F6CCDB: hue angle of 338.57º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCDB is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 219 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.04 |
| HSL | 338.57º | 0.7% | 0.88% | - |
| HSV(B) | 338.57º | 0.17% | 0.96% | - |
| XYZ | 72.39 | 67.89 | 76.31 | - |
| YUV | 218.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 219 | 0 | 0.17 | 0.11 | 0.04 | 338.57 | 0.7 | 0.88 |
| Hex | F6 | CC | DB | 0 | 11 | B | 4 | 153 | 46 | 58 |
| Octal | 366 | 314 | 333 | 0 | 21 | 13 | 4 | 523 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11011011 | 0 | 10001 | 1011 | 100 | 101010011 | 1000110 | 1011000 |
Color Harmonies of #F6CCDB
Complementary color
Monochromatic Colors of #F6CCDB
Black with #F6CCDB
Text Example
Text Example
White with #F6CCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCDB; }
p { color: rgb(246,204,219); }
H1.HeaderClassName
{
color: #F6CCDB;
}
.AnyTagClassName
{
color: #F6CCDB;
}
</style>
background-color css
<style>
a { background-color: #F6CCDB; }
a { background-color: rgb(246,204,219); }
div.DivClassName
{
background-color: #F6CCDB;
}
.BgClassName
{
background-color: #F6CCDB;
}
</style>
border-color css
<style>
span { border-color: #F6CCDB; }
span { border-color: rgb(246,204,219); }
td.TdClassName
{
border-color: #F6CCDB;
}
.TagClassName
{
border-color: #F6CCDB;
}
</style>