Shades of Pig Pink #F7DBEA
Tints of Pig Pink #F7DBEA
RGB
CMYK
RGB Variations
Color information
#F7DBEA (or 0xF7DBEA) is known color: Pig Pink. HEX triplet: F7, DB and EA. RGB value is (247,219,234). Sum of RGB (Red+Green+Blue) = 247+219+234=700 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.29% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBEA is #082415. Grayscale: #E5E5E5. Windows color (decimal): -533526 or 15391735. OLE color: 15391735.
HSL color Cylindrical-coordinate representation of color #F7DBEA: hue angle of 327.86º 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 #F7DBEA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 234 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 327.86º | 0.64% | 0.91% | - |
| HSV(B) | 327.86º | 0.11% | 0.97% | - |
| XYZ | 78.54 | 76.38 | 88.44 | - |
| YUV | 229.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 234 | 0 | 0.11 | 0.05 | 0.03 | 327.86 | 0.64 | 0.91 |
| Hex | F7 | DB | EA | 0 | B | 5 | 3 | 148 | 40 | 5B |
| Octal | 367 | 333 | 352 | 0 | 13 | 5 | 3 | 510 | 100 | 133 |
| Binary | 11110111 | 11011011 | 11101010 | 0 | 1011 | 101 | 11 | 101001000 | 1000000 | 1011011 |
Color Harmonies of #F7DBEA
Complementary color
Monochromatic Colors of #F7DBEA
Black with #F7DBEA
Text Example
Text Example
White with #F7DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBEA; }
p { color: rgb(247,219,234); }
H1.HeaderClassName
{
color: #F7DBEA;
}
.AnyTagClassName
{
color: #F7DBEA;
}
</style>
background-color css
<style>
a { background-color: #F7DBEA; }
a { background-color: rgb(247,219,234); }
div.DivClassName
{
background-color: #F7DBEA;
}
.BgClassName
{
background-color: #F7DBEA;
}
</style>
border-color css
<style>
span { border-color: #F7DBEA; }
span { border-color: rgb(247,219,234); }
td.TdClassName
{
border-color: #F7DBEA;
}
.TagClassName
{
border-color: #F7DBEA;
}
</style>