Shades of Pig Pink #F7DCEF
Tints of Pig Pink #F7DCEF
RGB
CMYK
RGB Variations
Color information
#F7DCEF (or 0xF7DCEF) is known color: Pig Pink. HEX triplet: F7, DC and EF. RGB value is (247,220,239). Sum of RGB (Red+Green+Blue) = 247+220+239=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCEF is #082310. Grayscale: #E6E6E6. Windows color (decimal): -533265 or 15719671. OLE color: 15719671.
HSL color Cylindrical-coordinate representation of color #F7DCEF: hue angle of 317.78º 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 #F7DCEF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 239 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.03 |
| HSL | 317.78º | 0.63% | 0.92% | - |
| HSV(B) | 317.78º | 0.11% | 0.97% | - |
| XYZ | 79.53 | 77.19 | 92.37 | - |
| YUV | 230.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 239 | 0 | 0.11 | 0.03 | 0.03 | 317.78 | 0.63 | 0.92 |
| Hex | F7 | DC | EF | 0 | B | 3 | 3 | 13E | 3F | 5C |
| Octal | 367 | 334 | 357 | 0 | 13 | 3 | 3 | 476 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11101111 | 0 | 1011 | 11 | 11 | 100111110 | 111111 | 1011100 |
Color Harmonies of #F7DCEF
Complementary color
Monochromatic Colors of #F7DCEF
Black with #F7DCEF
Text Example
Text Example
White with #F7DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCEF; }
p { color: rgb(247,220,239); }
H1.HeaderClassName
{
color: #F7DCEF;
}
.AnyTagClassName
{
color: #F7DCEF;
}
</style>
background-color css
<style>
a { background-color: #F7DCEF; }
a { background-color: rgb(247,220,239); }
div.DivClassName
{
background-color: #F7DCEF;
}
.BgClassName
{
background-color: #F7DCEF;
}
</style>
border-color css
<style>
span { border-color: #F7DCEF; }
span { border-color: rgb(247,220,239); }
td.TdClassName
{
border-color: #F7DCEF;
}
.TagClassName
{
border-color: #F7DCEF;
}
</style>