Shades of Pig Pink #F2DBE5
Tints of Pig Pink #F2DBE5
RGB
CMYK
RGB Variations
Color information
#F2DBE5 (or 0xF2DBE5) is known color: Pig Pink. HEX triplet: F2, DB and E5. RGB value is (242,219,229). Sum of RGB (Red+Green+Blue) = 242+219+229=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBE5 is #0D241A. Grayscale: #E2E2E2. Windows color (decimal): -861211 or 15064050. OLE color: 15064050.
HSL color Cylindrical-coordinate representation of color #F2DBE5: hue angle of 333.91º 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 #F2DBE5 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 229 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.05 |
| HSL | 333.91º | 0.47% | 0.9% | - |
| HSV(B) | 333.91º | 0.1% | 0.95% | - |
| XYZ | 76.09 | 75.2 | 84.63 | - |
| YUV | 227.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 229 | 0 | 0.10 | 0.05 | 0.05 | 333.91 | 0.47 | 0.9 |
| Hex | F2 | DB | E5 | 0 | A | 5 | 5 | 14E | 2F | 5A |
| Octal | 362 | 333 | 345 | 0 | 12 | 5 | 5 | 516 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11100101 | 0 | 1010 | 101 | 101 | 101001110 | 101111 | 1011010 |
Color Harmonies of #F2DBE5
Complementary color
Monochromatic Colors of #F2DBE5
Black with #F2DBE5
Text Example
Text Example
White with #F2DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBE5; }
p { color: rgb(242,219,229); }
H1.HeaderClassName
{
color: #F2DBE5;
}
.AnyTagClassName
{
color: #F2DBE5;
}
</style>
background-color css
<style>
a { background-color: #F2DBE5; }
a { background-color: rgb(242,219,229); }
div.DivClassName
{
background-color: #F2DBE5;
}
.BgClassName
{
background-color: #F2DBE5;
}
</style>
border-color css
<style>
span { border-color: #F2DBE5; }
span { border-color: rgb(242,219,229); }
td.TdClassName
{
border-color: #F2DBE5;
}
.TagClassName
{
border-color: #F2DBE5;
}
</style>