Shades of Pig Pink #F2DBE2
Tints of Pig Pink #F2DBE2
RGB
CMYK
RGB Variations
Color information
#F2DBE2 (or 0xF2DBE2) is known color: Pig Pink. HEX triplet: F2, DB and E2. RGB value is (242,219,226). Sum of RGB (Red+Green+Blue) = 242+219+226=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 226 (88.67% from 255 or 32.90% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBE2 is #0D241D. Grayscale: #E2E2E2. Windows color (decimal): -861214 or 14867442. OLE color: 14867442.
HSL color Cylindrical-coordinate representation of color #F2DBE2: hue angle of 341.74º 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 #F2DBE2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 226 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.05 |
| HSL | 341.74º | 0.47% | 0.9% | - |
| HSV(B) | 341.74º | 0.1% | 0.95% | - |
| XYZ | 75.68 | 75.03 | 82.45 | - |
| YUV | 226.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 226 | 0 | 0.10 | 0.07 | 0.05 | 341.74 | 0.47 | 0.9 |
| Hex | F2 | DB | E2 | 0 | A | 7 | 5 | 156 | 2F | 5A |
| Octal | 362 | 333 | 342 | 0 | 12 | 7 | 5 | 526 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11100010 | 0 | 1010 | 111 | 101 | 101010110 | 101111 | 1011010 |
Color Harmonies of #F2DBE2
Complementary color
Monochromatic Colors of #F2DBE2
Black with #F2DBE2
Text Example
Text Example
White with #F2DBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBE2; }
p { color: rgb(242,219,226); }
H1.HeaderClassName
{
color: #F2DBE2;
}
.AnyTagClassName
{
color: #F2DBE2;
}
</style>
background-color css
<style>
a { background-color: #F2DBE2; }
a { background-color: rgb(242,219,226); }
div.DivClassName
{
background-color: #F2DBE2;
}
.BgClassName
{
background-color: #F2DBE2;
}
</style>
border-color css
<style>
span { border-color: #F2DBE2; }
span { border-color: rgb(242,219,226); }
td.TdClassName
{
border-color: #F2DBE2;
}
.TagClassName
{
border-color: #F2DBE2;
}
</style>