Shades of Pig Pink #F7DCEB
Tints of Pig Pink #F7DCEB
RGB
CMYK
RGB Variations
Color information
#F7DCEB (or 0xF7DCEB) is known color: Pig Pink. HEX triplet: F7, DC and EB. RGB value is (247,220,235). Sum of RGB (Red+Green+Blue) = 247+220+235=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCEB is #082314. Grayscale: #E5E5E5. Windows color (decimal): -533269 or 15457527. OLE color: 15457527.
HSL color Cylindrical-coordinate representation of color #F7DCEB: hue angle of 326.67º 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 #F7DCEB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 235 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 326.67º | 0.63% | 0.92% | - |
| HSV(B) | 326.67º | 0.11% | 0.97% | - |
| XYZ | 78.95 | 76.96 | 89.29 | - |
| YUV | 229.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 235 | 0 | 0.11 | 0.05 | 0.03 | 326.67 | 0.63 | 0.92 |
| Hex | F7 | DC | EB | 0 | B | 5 | 3 | 147 | 3F | 5C |
| Octal | 367 | 334 | 353 | 0 | 13 | 5 | 3 | 507 | 77 | 134 |
| Binary | 11110111 | 11011100 | 11101011 | 0 | 1011 | 101 | 11 | 101000111 | 111111 | 1011100 |
Color Harmonies of #F7DCEB
Complementary color
Monochromatic Colors of #F7DCEB
Black with #F7DCEB
Text Example
Text Example
White with #F7DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DCEB; }
p { color: rgb(247,220,235); }
H1.HeaderClassName
{
color: #F7DCEB;
}
.AnyTagClassName
{
color: #F7DCEB;
}
</style>
background-color css
<style>
a { background-color: #F7DCEB; }
a { background-color: rgb(247,220,235); }
div.DivClassName
{
background-color: #F7DCEB;
}
.BgClassName
{
background-color: #F7DCEB;
}
</style>
border-color css
<style>
span { border-color: #F7DCEB; }
span { border-color: rgb(247,220,235); }
td.TdClassName
{
border-color: #F7DCEB;
}
.TagClassName
{
border-color: #F7DCEB;
}
</style>