Shades of Pale Pink #F6D6D9
Tints of Pale Pink #F6D6D9
RGB
CMYK
RGB Variations
Color information
#F6D6D9 (or 0xF6D6D9) is known color: Pale Pink. HEX triplet: F6, D6 and D9. RGB value is (246,214,217). Sum of RGB (Red+Green+Blue) = 246+214+217=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6D9 is #092926. Grayscale: #DFDFDF. Windows color (decimal): -600359 or 14276342. OLE color: 14276342.
HSL color Cylindrical-coordinate representation of color #F6D6D9: hue angle of 354.38º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D6D9 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 217 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.04 |
| HSL | 354.38º | 0.64% | 0.9% | - |
| HSV(B) | 354.38º | 0.13% | 0.96% | - |
| XYZ | 74.58 | 72.7 | 75.75 | - |
| YUV | 223.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 217 | 0 | 0.13 | 0.12 | 0.04 | 354.38 | 0.64 | 0.9 |
| Hex | F6 | D6 | D9 | 0 | D | C | 4 | 162 | 40 | 5A |
| Octal | 366 | 326 | 331 | 0 | 15 | 14 | 4 | 542 | 100 | 132 |
| Binary | 11110110 | 11010110 | 11011001 | 0 | 1101 | 1100 | 100 | 101100010 | 1000000 | 1011010 |
Color Harmonies of #F6D6D9
Complementary color
Monochromatic Colors of #F6D6D9
Black with #F6D6D9
Text Example
Text Example
White with #F6D6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6D9; }
p { color: rgb(246,214,217); }
H1.HeaderClassName
{
color: #F6D6D9;
}
.AnyTagClassName
{
color: #F6D6D9;
}
</style>
background-color css
<style>
a { background-color: #F6D6D9; }
a { background-color: rgb(246,214,217); }
div.DivClassName
{
background-color: #F6D6D9;
}
.BgClassName
{
background-color: #F6D6D9;
}
</style>
border-color css
<style>
span { border-color: #F6D6D9; }
span { border-color: rgb(246,214,217); }
td.TdClassName
{
border-color: #F6D6D9;
}
.TagClassName
{
border-color: #F6D6D9;
}
</style>