Shades of Pale Pink #F2D8D9
Tints of Pale Pink #F2D8D9
RGB
CMYK
RGB Variations
Color information
#F2D8D9 (or 0xF2D8D9) is known color: Pale Pink. HEX triplet: F2, D8 and D9. RGB value is (242,216,217). Sum of RGB (Red+Green+Blue) = 242+216+217=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8D9 is #0D2726. Grayscale: #DFDFDF. Windows color (decimal): -861991 or 14276850. OLE color: 14276850.
HSL color Cylindrical-coordinate representation of color #F2D8D9: hue angle of 357.69º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D8D9 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 217 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.05 |
| HSL | 357.69º | 0.5% | 0.9% | - |
| HSV(B) | 357.69º | 0.11% | 0.95% | - |
| XYZ | 73.7 | 73 | 75.85 | - |
| YUV | 223.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 217 | 0 | 0.11 | 0.10 | 0.05 | 357.69 | 0.5 | 0.9 |
| Hex | F2 | D8 | D9 | 0 | B | A | 5 | 166 | 32 | 5A |
| Octal | 362 | 330 | 331 | 0 | 13 | 12 | 5 | 546 | 62 | 132 |
| Binary | 11110010 | 11011000 | 11011001 | 0 | 1011 | 1010 | 101 | 101100110 | 110010 | 1011010 |
Color Harmonies of #F2D8D9
Complementary color
Monochromatic Colors of #F2D8D9
Black with #F2D8D9
Text Example
Text Example
White with #F2D8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8D9; }
p { color: rgb(242,216,217); }
H1.HeaderClassName
{
color: #F2D8D9;
}
.AnyTagClassName
{
color: #F2D8D9;
}
</style>
background-color css
<style>
a { background-color: #F2D8D9; }
a { background-color: rgb(242,216,217); }
div.DivClassName
{
background-color: #F2D8D9;
}
.BgClassName
{
background-color: #F2D8D9;
}
</style>
border-color css
<style>
span { border-color: #F2D8D9; }
span { border-color: rgb(242,216,217); }
td.TdClassName
{
border-color: #F2D8D9;
}
.TagClassName
{
border-color: #F2D8D9;
}
</style>