Shades of Pig Pink #F2D8E5
Tints of Pig Pink #F2D8E5
RGB
CMYK
RGB Variations
Color information
#F2D8E5 (or 0xF2D8E5) is known color: Pig Pink. HEX triplet: F2, D8 and E5. RGB value is (242,216,229). Sum of RGB (Red+Green+Blue) = 242+216+229=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8E5 is #0D271A. Grayscale: #E1E1E1. Windows color (decimal): -861979 or 15063282. OLE color: 15063282.
HSL color Cylindrical-coordinate representation of color #F2D8E5: hue angle of 330º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D8E5 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 216 | 229 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.05 |
| HSL | 330º | 0.5% | 0.9% | - |
| HSV(B) | 330º | 0.11% | 0.95% | - |
| XYZ | 75.32 | 73.65 | 84.37 | - |
| YUV | 225.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 216 | 229 | 0 | 0.11 | 0.05 | 0.05 | 330 | 0.5 | 0.9 |
| Hex | F2 | D8 | E5 | 0 | B | 5 | 5 | 14A | 32 | 5A |
| Octal | 362 | 330 | 345 | 0 | 13 | 5 | 5 | 512 | 62 | 132 |
| Binary | 11110010 | 11011000 | 11100101 | 0 | 1011 | 101 | 101 | 101001010 | 110010 | 1011010 |
Color Harmonies of #F2D8E5
Complementary color
Monochromatic Colors of #F2D8E5
Black with #F2D8E5
Text Example
Text Example
White with #F2D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D8E5; }
p { color: rgb(242,216,229); }
H1.HeaderClassName
{
color: #F2D8E5;
}
.AnyTagClassName
{
color: #F2D8E5;
}
</style>
background-color css
<style>
a { background-color: #F2D8E5; }
a { background-color: rgb(242,216,229); }
div.DivClassName
{
background-color: #F2D8E5;
}
.BgClassName
{
background-color: #F2D8E5;
}
</style>
border-color css
<style>
span { border-color: #F2D8E5; }
span { border-color: rgb(242,216,229); }
td.TdClassName
{
border-color: #F2D8E5;
}
.TagClassName
{
border-color: #F2D8E5;
}
</style>