Shades of Pig Pink #F2DBE6
Tints of Pig Pink #F2DBE6
RGB
CMYK
RGB Variations
Color information
#F2DBE6 (or 0xF2DBE6) is known color: Pig Pink. HEX triplet: F2, DB and E6. RGB value is (242,219,230). Sum of RGB (Red+Green+Blue) = 242+219+230=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBE6 is #0D2419. Grayscale: #E3E3E3. Windows color (decimal): -861210 or 15129586. OLE color: 15129586.
HSL color Cylindrical-coordinate representation of color #F2DBE6: hue angle of 331.3º 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 #F2DBE6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 230 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.05 |
| HSL | 331.3º | 0.47% | 0.9% | - |
| HSV(B) | 331.3º | 0.1% | 0.95% | - |
| XYZ | 76.23 | 75.25 | 85.37 | - |
| YUV | 227.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 230 | 0 | 0.10 | 0.05 | 0.05 | 331.3 | 0.47 | 0.9 |
| Hex | F2 | DB | E6 | 0 | A | 5 | 5 | 14B | 2F | 5A |
| Octal | 362 | 333 | 346 | 0 | 12 | 5 | 5 | 513 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11100110 | 0 | 1010 | 101 | 101 | 101001011 | 101111 | 1011010 |
Color Harmonies of #F2DBE6
Complementary color
Monochromatic Colors of #F2DBE6
Black with #F2DBE6
Text Example
Text Example
White with #F2DBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBE6; }
p { color: rgb(242,219,230); }
H1.HeaderClassName
{
color: #F2DBE6;
}
.AnyTagClassName
{
color: #F2DBE6;
}
</style>
background-color css
<style>
a { background-color: #F2DBE6; }
a { background-color: rgb(242,219,230); }
div.DivClassName
{
background-color: #F2DBE6;
}
.BgClassName
{
background-color: #F2DBE6;
}
</style>
border-color css
<style>
span { border-color: #F2DBE6; }
span { border-color: rgb(242,219,230); }
td.TdClassName
{
border-color: #F2DBE6;
}
.TagClassName
{
border-color: #F2DBE6;
}
</style>