Shades of Pale Pink #F2DBDD
Tints of Pale Pink #F2DBDD
RGB
CMYK
RGB Variations
Color information
#F2DBDD (or 0xF2DBDD) is known color: Pale Pink. HEX triplet: F2, DB and DD. RGB value is (242,219,221). Sum of RGB (Red+Green+Blue) = 242+219+221=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBDD is #0D2422. Grayscale: #E2E2E2. Windows color (decimal): -861219 or 14539762. OLE color: 14539762.
HSL color Cylindrical-coordinate representation of color #F2DBDD: hue angle of 354.78º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DBDD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 221 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.05 |
| HSL | 354.78º | 0.47% | 0.9% | - |
| HSV(B) | 354.78º | 0.1% | 0.95% | - |
| XYZ | 75 | 74.76 | 78.88 | - |
| YUV | 226.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 221 | 0 | 0.10 | 0.09 | 0.05 | 354.78 | 0.47 | 0.9 |
| Hex | F2 | DB | DD | 0 | A | 9 | 5 | 163 | 2F | 5A |
| Octal | 362 | 333 | 335 | 0 | 12 | 11 | 5 | 543 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11011101 | 0 | 1010 | 1001 | 101 | 101100011 | 101111 | 1011010 |
Color Harmonies of #F2DBDD
Complementary color
Monochromatic Colors of #F2DBDD
Black with #F2DBDD
Text Example
Text Example
White with #F2DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBDD; }
p { color: rgb(242,219,221); }
H1.HeaderClassName
{
color: #F2DBDD;
}
.AnyTagClassName
{
color: #F2DBDD;
}
</style>
background-color css
<style>
a { background-color: #F2DBDD; }
a { background-color: rgb(242,219,221); }
div.DivClassName
{
background-color: #F2DBDD;
}
.BgClassName
{
background-color: #F2DBDD;
}
</style>
border-color css
<style>
span { border-color: #F2DBDD; }
span { border-color: rgb(242,219,221); }
td.TdClassName
{
border-color: #F2DBDD;
}
.TagClassName
{
border-color: #F2DBDD;
}
</style>