Shades of Pig Pink #F2DBE4
Tints of Pig Pink #F2DBE4
RGB
CMYK
RGB Variations
Color information
#F2DBE4 (or 0xF2DBE4) is known color: Pig Pink. HEX triplet: F2, DB and E4. RGB value is (242,219,228). Sum of RGB (Red+Green+Blue) = 242+219+228=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBE4 is #0D241B. Grayscale: #E2E2E2. Windows color (decimal): -861212 or 14998514. OLE color: 14998514.
HSL color Cylindrical-coordinate representation of color #F2DBE4: hue angle of 336.52º 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 #F2DBE4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 228 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.05 |
| HSL | 336.52º | 0.47% | 0.9% | - |
| HSV(B) | 336.52º | 0.1% | 0.95% | - |
| XYZ | 75.95 | 75.14 | 83.9 | - |
| YUV | 226.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 228 | 0 | 0.10 | 0.06 | 0.05 | 336.52 | 0.47 | 0.9 |
| Hex | F2 | DB | E4 | 0 | A | 6 | 5 | 151 | 2F | 5A |
| Octal | 362 | 333 | 344 | 0 | 12 | 6 | 5 | 521 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11100100 | 0 | 1010 | 110 | 101 | 101010001 | 101111 | 1011010 |
Color Harmonies of #F2DBE4
Complementary color
Monochromatic Colors of #F2DBE4
Black with #F2DBE4
Text Example
Text Example
White with #F2DBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBE4; }
p { color: rgb(242,219,228); }
H1.HeaderClassName
{
color: #F2DBE4;
}
.AnyTagClassName
{
color: #F2DBE4;
}
</style>
background-color css
<style>
a { background-color: #F2DBE4; }
a { background-color: rgb(242,219,228); }
div.DivClassName
{
background-color: #F2DBE4;
}
.BgClassName
{
background-color: #F2DBE4;
}
</style>
border-color css
<style>
span { border-color: #F2DBE4; }
span { border-color: rgb(242,219,228); }
td.TdClassName
{
border-color: #F2DBE4;
}
.TagClassName
{
border-color: #F2DBE4;
}
</style>