Shades of Pale Pink #F2DBDC
Tints of Pale Pink #F2DBDC
RGB
CMYK
RGB Variations
Color information
#F2DBDC (or 0xF2DBDC) is known color: Pale Pink. HEX triplet: F2, DB and DC. RGB value is (242,219,220). Sum of RGB (Red+Green+Blue) = 242+219+220=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBDC is #0D2423. Grayscale: #E2E2E2. Windows color (decimal): -861220 or 14474226. OLE color: 14474226.
HSL color Cylindrical-coordinate representation of color #F2DBDC: hue angle of 357.39º 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 #F2DBDC is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 220 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.05 |
| HSL | 357.39º | 0.47% | 0.9% | - |
| HSV(B) | 357.39º | 0.1% | 0.95% | - |
| XYZ | 74.87 | 74.71 | 78.18 | - |
| YUV | 225.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 220 | 0 | 0.10 | 0.09 | 0.05 | 357.39 | 0.47 | 0.9 |
| Hex | F2 | DB | DC | 0 | A | 9 | 5 | 165 | 2F | 5A |
| Octal | 362 | 333 | 334 | 0 | 12 | 11 | 5 | 545 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11011100 | 0 | 1010 | 1001 | 101 | 101100101 | 101111 | 1011010 |
Color Harmonies of #F2DBDC
Complementary color
Monochromatic Colors of #F2DBDC
Black with #F2DBDC
Text Example
Text Example
White with #F2DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBDC; }
p { color: rgb(242,219,220); }
H1.HeaderClassName
{
color: #F2DBDC;
}
.AnyTagClassName
{
color: #F2DBDC;
}
</style>
background-color css
<style>
a { background-color: #F2DBDC; }
a { background-color: rgb(242,219,220); }
div.DivClassName
{
background-color: #F2DBDC;
}
.BgClassName
{
background-color: #F2DBDC;
}
</style>
border-color css
<style>
span { border-color: #F2DBDC; }
span { border-color: rgb(242,219,220); }
td.TdClassName
{
border-color: #F2DBDC;
}
.TagClassName
{
border-color: #F2DBDC;
}
</style>