Shades of Pig Pink #F2DBE3
Tints of Pig Pink #F2DBE3
RGB
CMYK
RGB Variations
Color information
#F2DBE3 (or 0xF2DBE3) is known color: Pig Pink. HEX triplet: F2, DB and E3. RGB value is (242,219,227). Sum of RGB (Red+Green+Blue) = 242+219+227=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBE3 is #0D241C. Grayscale: #E2E2E2. Windows color (decimal): -861213 or 14932978. OLE color: 14932978.
HSL color Cylindrical-coordinate representation of color #F2DBE3: hue angle of 339.13º 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 #F2DBE3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 227 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.05 |
| HSL | 339.13º | 0.47% | 0.9% | - |
| HSV(B) | 339.13º | 0.1% | 0.95% | - |
| XYZ | 75.81 | 75.09 | 83.17 | - |
| YUV | 226.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 227 | 0 | 0.10 | 0.06 | 0.05 | 339.13 | 0.47 | 0.9 |
| Hex | F2 | DB | E3 | 0 | A | 6 | 5 | 153 | 2F | 5A |
| Octal | 362 | 333 | 343 | 0 | 12 | 6 | 5 | 523 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11100011 | 0 | 1010 | 110 | 101 | 101010011 | 101111 | 1011010 |
Color Harmonies of #F2DBE3
Complementary color
Monochromatic Colors of #F2DBE3
Black with #F2DBE3
Text Example
Text Example
White with #F2DBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBE3; }
p { color: rgb(242,219,227); }
H1.HeaderClassName
{
color: #F2DBE3;
}
.AnyTagClassName
{
color: #F2DBE3;
}
</style>
background-color css
<style>
a { background-color: #F2DBE3; }
a { background-color: rgb(242,219,227); }
div.DivClassName
{
background-color: #F2DBE3;
}
.BgClassName
{
background-color: #F2DBE3;
}
</style>
border-color css
<style>
span { border-color: #F2DBE3; }
span { border-color: rgb(242,219,227); }
td.TdClassName
{
border-color: #F2DBE3;
}
.TagClassName
{
border-color: #F2DBE3;
}
</style>