Shades of Pig Pink #F2DCE7
Tints of Pig Pink #F2DCE7
RGB
CMYK
RGB Variations
Color information
#F2DCE7 (or 0xF2DCE7) is known color: Pig Pink. HEX triplet: F2, DC and E7. RGB value is (242,220,231). Sum of RGB (Red+Green+Blue) = 242+220+231=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCE7 is #0D2318. Grayscale: #E3E3E3. Windows color (decimal): -860953 or 15195378. OLE color: 15195378.
HSL color Cylindrical-coordinate representation of color #F2DCE7: hue angle of 330º 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 #F2DCE7 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 231 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.05 |
| HSL | 330º | 0.46% | 0.91% | - |
| HSV(B) | 330º | 0.09% | 0.95% | - |
| XYZ | 76.63 | 75.83 | 86.2 | - |
| YUV | 227.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 231 | 0 | 0.09 | 0.05 | 0.05 | 330 | 0.46 | 0.91 |
| Hex | F2 | DC | E7 | 0 | 9 | 5 | 5 | 14A | 2E | 5B |
| Octal | 362 | 334 | 347 | 0 | 11 | 5 | 5 | 512 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11100111 | 0 | 1001 | 101 | 101 | 101001010 | 101110 | 1011011 |
Color Harmonies of #F2DCE7
Complementary color
Monochromatic Colors of #F2DCE7
Black with #F2DCE7
Text Example
Text Example
White with #F2DCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCE7; }
p { color: rgb(242,220,231); }
H1.HeaderClassName
{
color: #F2DCE7;
}
.AnyTagClassName
{
color: #F2DCE7;
}
</style>
background-color css
<style>
a { background-color: #F2DCE7; }
a { background-color: rgb(242,220,231); }
div.DivClassName
{
background-color: #F2DCE7;
}
.BgClassName
{
background-color: #F2DCE7;
}
</style>
border-color css
<style>
span { border-color: #F2DCE7; }
span { border-color: rgb(242,220,231); }
td.TdClassName
{
border-color: #F2DCE7;
}
.TagClassName
{
border-color: #F2DCE7;
}
</style>