Shades of Pig Pink #F7DBEC
Tints of Pig Pink #F7DBEC
RGB
CMYK
RGB Variations
Color information
#F7DBEC (or 0xF7DBEC) is known color: Pig Pink. HEX triplet: F7, DB and EC. RGB value is (247,219,236). Sum of RGB (Red+Green+Blue) = 247+219+236=702 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.19% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBEC is #082413. Grayscale: #E5E5E5. Windows color (decimal): -533524 or 15522807. OLE color: 15522807.
HSL color Cylindrical-coordinate representation of color #F7DBEC: hue angle of 323.57º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DBEC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 236 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.03 |
| HSL | 323.57º | 0.64% | 0.91% | - |
| HSV(B) | 323.57º | 0.11% | 0.97% | - |
| XYZ | 78.83 | 76.49 | 89.97 | - |
| YUV | 229.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 236 | 0 | 0.11 | 0.04 | 0.03 | 323.57 | 0.64 | 0.91 |
| Hex | F7 | DB | EC | 0 | B | 4 | 3 | 144 | 40 | 5B |
| Octal | 367 | 333 | 354 | 0 | 13 | 4 | 3 | 504 | 100 | 133 |
| Binary | 11110111 | 11011011 | 11101100 | 0 | 1011 | 100 | 11 | 101000100 | 1000000 | 1011011 |
Color Harmonies of #F7DBEC
Complementary color
Monochromatic Colors of #F7DBEC
Black with #F7DBEC
Text Example
Text Example
White with #F7DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBEC; }
p { color: rgb(247,219,236); }
H1.HeaderClassName
{
color: #F7DBEC;
}
.AnyTagClassName
{
color: #F7DBEC;
}
</style>
background-color css
<style>
a { background-color: #F7DBEC; }
a { background-color: rgb(247,219,236); }
div.DivClassName
{
background-color: #F7DBEC;
}
.BgClassName
{
background-color: #F7DBEC;
}
</style>
border-color css
<style>
span { border-color: #F7DBEC; }
span { border-color: rgb(247,219,236); }
td.TdClassName
{
border-color: #F7DBEC;
}
.TagClassName
{
border-color: #F7DBEC;
}
</style>