Shades of Pig Pink #F2DDE8
Tints of Pig Pink #F2DDE8
RGB
CMYK
RGB Variations
Color information
#F2DDE8 (or 0xF2DDE8) is known color: Pig Pink. HEX triplet: F2, DD and E8. RGB value is (242,221,232). Sum of RGB (Red+Green+Blue) = 242+221+232=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDE8 is #0D2217. Grayscale: #E4E4E4. Windows color (decimal): -860696 or 15261170. OLE color: 15261170.
HSL color Cylindrical-coordinate representation of color #F2DDE8: hue angle of 328.57º 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 #F2DDE8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 232 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.05 |
| HSL | 328.57º | 0.45% | 0.91% | - |
| HSV(B) | 328.57º | 0.09% | 0.95% | - |
| XYZ | 77.04 | 76.42 | 87.03 | - |
| YUV | 228.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 232 | 0 | 0.09 | 0.04 | 0.05 | 328.57 | 0.45 | 0.91 |
| Hex | F2 | DD | E8 | 0 | 9 | 4 | 5 | 149 | 2D | 5B |
| Octal | 362 | 335 | 350 | 0 | 11 | 4 | 5 | 511 | 55 | 133 |
| Binary | 11110010 | 11011101 | 11101000 | 0 | 1001 | 100 | 101 | 101001001 | 101101 | 1011011 |
Color Harmonies of #F2DDE8
Complementary color
Monochromatic Colors of #F2DDE8
Black with #F2DDE8
Text Example
Text Example
White with #F2DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDE8; }
p { color: rgb(242,221,232); }
H1.HeaderClassName
{
color: #F2DDE8;
}
.AnyTagClassName
{
color: #F2DDE8;
}
</style>
background-color css
<style>
a { background-color: #F2DDE8; }
a { background-color: rgb(242,221,232); }
div.DivClassName
{
background-color: #F2DDE8;
}
.BgClassName
{
background-color: #F2DDE8;
}
</style>
border-color css
<style>
span { border-color: #F2DDE8; }
span { border-color: rgb(242,221,232); }
td.TdClassName
{
border-color: #F2DDE8;
}
.TagClassName
{
border-color: #F2DDE8;
}
</style>