Shades of Pink Lady #F6DCBC
Tints of Pink Lady #F6DCBC
RGB
CMYK
RGB Variations
Color information
#F6DCBC (or 0xF6DCBC) is known color: Pink Lady. HEX triplet: F6, DC and BC. RGB value is (246,220,188). Sum of RGB (Red+Green+Blue) = 246+220+188=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCBC is #092343. Grayscale: #E0E0E0. Windows color (decimal): -598852 or 12377334. OLE color: 12377334.
HSL color Cylindrical-coordinate representation of color #F6DCBC: hue angle of 33.1º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6DCBC is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 188 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.04 |
| HSL | 33.1º | 0.76% | 0.85% | - |
| HSV(B) | 33.1º | 0.24% | 0.96% | - |
| XYZ | 72.68 | 74.41 | 58.11 | - |
| YUV | 224.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 188 | 0 | 0.11 | 0.24 | 0.04 | 33.1 | 0.76 | 0.85 |
| Hex | F6 | DC | BC | 0 | B | 18 | 4 | 21 | 4C | 55 |
| Octal | 366 | 334 | 274 | 0 | 13 | 30 | 4 | 41 | 114 | 125 |
| Binary | 11110110 | 11011100 | 10111100 | 0 | 1011 | 11000 | 100 | 100001 | 1001100 | 1010101 |
Color Harmonies of #F6DCBC
Complementary color
Monochromatic Colors of #F6DCBC
Black with #F6DCBC
Text Example
Text Example
White with #F6DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DCBC; }
p { color: rgb(246,220,188); }
H1.HeaderClassName
{
color: #F6DCBC;
}
.AnyTagClassName
{
color: #F6DCBC;
}
</style>
background-color css
<style>
a { background-color: #F6DCBC; }
a { background-color: rgb(246,220,188); }
div.DivClassName
{
background-color: #F6DCBC;
}
.BgClassName
{
background-color: #F6DCBC;
}
</style>
border-color css
<style>
span { border-color: #F6DCBC; }
span { border-color: rgb(246,220,188); }
td.TdClassName
{
border-color: #F6DCBC;
}
.TagClassName
{
border-color: #F6DCBC;
}
</style>