Shades of Pig Pink #F2DDE9
Tints of Pig Pink #F2DDE9
RGB
CMYK
RGB Variations
Color information
#F2DDE9 (or 0xF2DDE9) is known color: Pig Pink. HEX triplet: F2, DD and E9. RGB value is (242,221,233). Sum of RGB (Red+Green+Blue) = 242+221+233=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 233 (91.41% from 255 or 33.48% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDE9 is #0D2216. Grayscale: #E4E4E4. Windows color (decimal): -860695 or 15326706. OLE color: 15326706.
HSL color Cylindrical-coordinate representation of color #F2DDE9: hue angle of 325.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DDE9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 233 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.05 |
| HSL | 325.71º | 0.45% | 0.91% | - |
| HSV(B) | 325.71º | 0.09% | 0.95% | - |
| XYZ | 77.18 | 76.47 | 87.78 | - |
| YUV | 228.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 233 | 0 | 0.09 | 0.04 | 0.05 | 325.71 | 0.45 | 0.91 |
| Hex | F2 | DD | E9 | 0 | 9 | 4 | 5 | 146 | 2D | 5B |
| Octal | 362 | 335 | 351 | 0 | 11 | 4 | 5 | 506 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11101001 | 0 | 1001 | 100 | 101 | 101000110 | 101101 | 1011011 |
Color Harmonies of #F2DDE9
Complementary color
Monochromatic Colors of #F2DDE9
Black with #F2DDE9
Text Example
Text Example
White with #F2DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDE9; }
p { color: rgb(242,221,233); }
H1.HeaderClassName
{
color: #F2DDE9;
}
.AnyTagClassName
{
color: #F2DDE9;
}
</style>
background-color css
<style>
a { background-color: #F2DDE9; }
a { background-color: rgb(242,221,233); }
div.DivClassName
{
background-color: #F2DDE9;
}
.BgClassName
{
background-color: #F2DDE9;
}
</style>
border-color css
<style>
span { border-color: #F2DDE9; }
span { border-color: rgb(242,221,233); }
td.TdClassName
{
border-color: #F2DDE9;
}
.TagClassName
{
border-color: #F2DDE9;
}
</style>