Shades of Pig Pink #F2D9E9
Tints of Pig Pink #F2D9E9
RGB
CMYK
RGB Variations
Color information
#F2D9E9 (or 0xF2D9E9) is known color: Pig Pink. HEX triplet: F2, D9 and E9. RGB value is (242,217,233). Sum of RGB (Red+Green+Blue) = 242+217+233=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 217 (85.16% from 255 or 31.36% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9E9 is #0D2616. Grayscale: #E2E2E2. Windows color (decimal): -861719 or 15325682. OLE color: 15325682.
HSL color Cylindrical-coordinate representation of color #F2D9E9: hue angle of 321.6º degrees, saturation: 0.49, 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 #F2D9E9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 233 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.05 |
| HSL | 321.6º | 0.49% | 0.9% | - |
| HSV(B) | 321.6º | 0.1% | 0.95% | - |
| XYZ | 76.14 | 74.39 | 87.44 | - |
| YUV | 226.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 233 | 0 | 0.10 | 0.04 | 0.05 | 321.6 | 0.49 | 0.9 |
| Hex | F2 | D9 | E9 | 0 | A | 4 | 5 | 142 | 31 | 5A |
| Octal | 362 | 331 | 351 | 0 | 12 | 4 | 5 | 502 | 61 | 132 |
| Binary | 11110010 | 11011001 | 11101001 | 0 | 1010 | 100 | 101 | 101000010 | 110001 | 1011010 |
Color Harmonies of #F2D9E9
Complementary color
Monochromatic Colors of #F2D9E9
Black with #F2D9E9
Text Example
Text Example
White with #F2D9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9E9; }
p { color: rgb(242,217,233); }
H1.HeaderClassName
{
color: #F2D9E9;
}
.AnyTagClassName
{
color: #F2D9E9;
}
</style>
background-color css
<style>
a { background-color: #F2D9E9; }
a { background-color: rgb(242,217,233); }
div.DivClassName
{
background-color: #F2D9E9;
}
.BgClassName
{
background-color: #F2D9E9;
}
</style>
border-color css
<style>
span { border-color: #F2D9E9; }
span { border-color: rgb(242,217,233); }
td.TdClassName
{
border-color: #F2D9E9;
}
.TagClassName
{
border-color: #F2D9E9;
}
</style>