Shades of Pig Pink #F2DCE8
Tints of Pig Pink #F2DCE8
RGB
CMYK
RGB Variations
Color information
#F2DCE8 (or 0xF2DCE8) is known color: Pig Pink. HEX triplet: F2, DC and E8. RGB value is (242,220,232). Sum of RGB (Red+Green+Blue) = 242+220+232=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 232 (91.02% from 255 or 33.43% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE8 is #0D2317. Grayscale: #E3E3E3. Windows color (decimal): -860952 or 15260914. OLE color: 15260914.
HSL color Cylindrical-coordinate representation of color #F2DCE8: hue angle of 327.27º degrees, saturation: 0.46, 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 #F2DCE8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 232 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.05 |
| HSL | 327.27º | 0.46% | 0.91% | - |
| HSV(B) | 327.27º | 0.09% | 0.95% | - |
| XYZ | 76.78 | 75.89 | 86.95 | - |
| YUV | 227.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 232 | 0 | 0.09 | 0.04 | 0.05 | 327.27 | 0.46 | 0.91 |
| Hex | F2 | DC | E8 | 0 | 9 | 4 | 5 | 147 | 2E | 5B |
| Octal | 362 | 334 | 350 | 0 | 11 | 4 | 5 | 507 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11101000 | 0 | 1001 | 100 | 101 | 101000111 | 101110 | 1011011 |
Color Harmonies of #F2DCE8
Complementary color
Monochromatic Colors of #F2DCE8
Black with #F2DCE8
Text Example
Text Example
White with #F2DCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE8; }
p { color: rgb(242,220,232); }
H1.HeaderClassName
{
color: #F2DCE8;
}
.AnyTagClassName
{
color: #F2DCE8;
}
</style>
background-color css
<style>
a { background-color: #F2DCE8; }
a { background-color: rgb(242,220,232); }
div.DivClassName
{
background-color: #F2DCE8;
}
.BgClassName
{
background-color: #F2DCE8;
}
</style>
border-color css
<style>
span { border-color: #F2DCE8; }
span { border-color: rgb(242,220,232); }
td.TdClassName
{
border-color: #F2DCE8;
}
.TagClassName
{
border-color: #F2DCE8;
}
</style>