Shades of Classic Rose #F6CBDC
Tints of Classic Rose #F6CBDC
RGB
CMYK
RGB Variations
Color information
#F6CBDC (or 0xF6CBDC) is known color: Classic Rose. HEX triplet: F6, CB and DC. RGB value is (246,203,220). Sum of RGB (Red+Green+Blue) = 246+203+220=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBDC is #093423. Grayscale: #D9D9D9. Windows color (decimal): -603172 or 14470134. OLE color: 14470134.
HSL color Cylindrical-coordinate representation of color #F6CBDC: hue angle of 336.28º 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 #F6CBDC is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 220 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.04 |
| HSL | 336.28º | 0.7% | 0.88% | - |
| HSV(B) | 336.28º | 0.17% | 0.96% | - |
| XYZ | 72.28 | 67.47 | 76.92 | - |
| YUV | 217.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 220 | 0 | 0.17 | 0.11 | 0.04 | 336.28 | 0.7 | 0.88 |
| Hex | F6 | CB | DC | 0 | 11 | B | 4 | 150 | 46 | 58 |
| Octal | 366 | 313 | 334 | 0 | 21 | 13 | 4 | 520 | 106 | 130 |
| Binary | 11110110 | 11001011 | 11011100 | 0 | 10001 | 1011 | 100 | 101010000 | 1000110 | 1011000 |
Color Harmonies of #F6CBDC
Complementary color
Monochromatic Colors of #F6CBDC
Black with #F6CBDC
Text Example
Text Example
White with #F6CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBDC; }
p { color: rgb(246,203,220); }
H1.HeaderClassName
{
color: #F6CBDC;
}
.AnyTagClassName
{
color: #F6CBDC;
}
</style>
background-color css
<style>
a { background-color: #F6CBDC; }
a { background-color: rgb(246,203,220); }
div.DivClassName
{
background-color: #F6CBDC;
}
.BgClassName
{
background-color: #F6CBDC;
}
</style>
border-color css
<style>
span { border-color: #F6CBDC; }
span { border-color: rgb(246,203,220); }
td.TdClassName
{
border-color: #F6CBDC;
}
.TagClassName
{
border-color: #F6CBDC;
}
</style>