Shades of Pig Pink #F2DDE6
Tints of Pig Pink #F2DDE6
RGB
CMYK
RGB Variations
Color information
#F2DDE6 (or 0xF2DDE6) is known color: Pig Pink. HEX triplet: F2, DD and E6. RGB value is (242,221,230). Sum of RGB (Red+Green+Blue) = 242+221+230=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDE6 is #0D2219. Grayscale: #E4E4E4. Windows color (decimal): -860698 or 15130098. OLE color: 15130098.
HSL color Cylindrical-coordinate representation of color #F2DDE6: hue angle of 334.29º 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 #F2DDE6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 230 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 334.29º | 0.45% | 0.91% | - |
| HSV(B) | 334.29º | 0.09% | 0.95% | - |
| XYZ | 76.76 | 76.3 | 85.55 | - |
| YUV | 228.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 230 | 0 | 0.09 | 0.05 | 0.05 | 334.29 | 0.45 | 0.91 |
| Hex | F2 | DD | E6 | 0 | 9 | 5 | 5 | 14E | 2D | 5B |
| Octal | 362 | 335 | 346 | 0 | 11 | 5 | 5 | 516 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11100110 | 0 | 1001 | 101 | 101 | 101001110 | 101101 | 1011011 |
Color Harmonies of #F2DDE6
Complementary color
Monochromatic Colors of #F2DDE6
Black with #F2DDE6
Text Example
Text Example
White with #F2DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDE6; }
p { color: rgb(242,221,230); }
H1.HeaderClassName
{
color: #F2DDE6;
}
.AnyTagClassName
{
color: #F2DDE6;
}
</style>
background-color css
<style>
a { background-color: #F2DDE6; }
a { background-color: rgb(242,221,230); }
div.DivClassName
{
background-color: #F2DDE6;
}
.BgClassName
{
background-color: #F2DDE6;
}
</style>
border-color css
<style>
span { border-color: #F2DDE6; }
span { border-color: rgb(242,221,230); }
td.TdClassName
{
border-color: #F2DDE6;
}
.TagClassName
{
border-color: #F2DDE6;
}
</style>