Shades of Pale Pink #F7D6D9
Tints of Pale Pink #F7D6D9
RGB
CMYK
RGB Variations
Color information
#F7D6D9 (or 0xF7D6D9) is known color: Pale Pink. HEX triplet: F7, D6 and D9. RGB value is (247,214,217). Sum of RGB (Red+Green+Blue) = 247+214+217=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6D9 is #082926. Grayscale: #E0E0E0. Windows color (decimal): -534823 or 14276343. OLE color: 14276343.
HSL color Cylindrical-coordinate representation of color #F7D6D9: hue angle of 354.55º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6D9 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 214 | 217 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.03 |
| HSL | 354.55º | 0.67% | 0.9% | - |
| HSV(B) | 354.55º | 0.13% | 0.97% | - |
| XYZ | 74.93 | 72.88 | 75.76 | - |
| YUV | 224.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 214 | 217 | 0 | 0.13 | 0.12 | 0.03 | 354.55 | 0.67 | 0.9 |
| Hex | F7 | D6 | D9 | 0 | D | C | 3 | 163 | 43 | 5A |
| Octal | 367 | 326 | 331 | 0 | 15 | 14 | 3 | 543 | 103 | 132 |
| Binary | 11110111 | 11010110 | 11011001 | 0 | 1101 | 1100 | 11 | 101100011 | 1000011 | 1011010 |
Color Harmonies of #F7D6D9
Complementary color
Monochromatic Colors of #F7D6D9
Black with #F7D6D9
Text Example
Text Example
White with #F7D6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D6D9; }
p { color: rgb(247,214,217); }
H1.HeaderClassName
{
color: #F7D6D9;
}
.AnyTagClassName
{
color: #F7D6D9;
}
</style>
background-color css
<style>
a { background-color: #F7D6D9; }
a { background-color: rgb(247,214,217); }
div.DivClassName
{
background-color: #F7D6D9;
}
.BgClassName
{
background-color: #F7D6D9;
}
</style>
border-color css
<style>
span { border-color: #F7D6D9; }
span { border-color: rgb(247,214,217); }
td.TdClassName
{
border-color: #F7D6D9;
}
.TagClassName
{
border-color: #F7D6D9;
}
</style>