Shades of Pig Pink #F7DCEA
Tints of Pig Pink #F7DCEA
RGB
CMYK
RGB Variations
Color information
#F7DCEA (or 0xF7DCEA) is known color: Pig Pink. HEX triplet: F7, DC and EA. RGB value is (247,220,234). Sum of RGB (Red+Green+Blue) = 247+220+234=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCEA is #082315. Grayscale: #E5E5E5. Windows color (decimal): -533270 or 15391991. OLE color: 15391991.
HSL color Cylindrical-coordinate representation of color #F7DCEA: hue angle of 328.89º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCEA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 234 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 328.89º | 0.63% | 0.92% | - |
| HSV(B) | 328.89º | 0.11% | 0.97% | - |
| XYZ | 78.8 | 76.9 | 88.53 | - |
| YUV | 229.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 234 | 0 | 0.11 | 0.05 | 0.03 | 328.89 | 0.63 | 0.92 |
| Hex | F7 | DC | EA | 0 | B | 5 | 3 | 149 | 3F | 5C |
| Octal | 367 | 334 | 352 | 0 | 13 | 5 | 3 | 511 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11101010 | 0 | 1011 | 101 | 11 | 101001001 | 111111 | 1011100 |
Color Harmonies of #F7DCEA
Complementary color
Monochromatic Colors of #F7DCEA
Black with #F7DCEA
Text Example
Text Example
White with #F7DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCEA; }
p { color: rgb(247,220,234); }
H1.HeaderClassName
{
color: #F7DCEA;
}
.AnyTagClassName
{
color: #F7DCEA;
}
</style>
background-color css
<style>
a { background-color: #F7DCEA; }
a { background-color: rgb(247,220,234); }
div.DivClassName
{
background-color: #F7DCEA;
}
.BgClassName
{
background-color: #F7DCEA;
}
</style>
border-color css
<style>
span { border-color: #F7DCEA; }
span { border-color: rgb(247,220,234); }
td.TdClassName
{
border-color: #F7DCEA;
}
.TagClassName
{
border-color: #F7DCEA;
}
</style>