Shades of Pig Pink #F7DBE7
Tints of Pig Pink #F7DBE7
RGB
CMYK
RGB Variations
Color information
#F7DBE7 (or 0xF7DBE7) is known color: Pig Pink. HEX triplet: F7, DB and E7. RGB value is (247,219,231). Sum of RGB (Red+Green+Blue) = 247+219+231=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBE7 is #082418. Grayscale: #E4E4E4. Windows color (decimal): -533529 or 15195127. OLE color: 15195127.
HSL color Cylindrical-coordinate representation of color #F7DBE7: hue angle of 334.29º 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 #F7DBE7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 231 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.03 |
| HSL | 334.29º | 0.64% | 0.91% | - |
| HSV(B) | 334.29º | 0.11% | 0.97% | - |
| XYZ | 78.11 | 76.21 | 86.19 | - |
| YUV | 228.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 231 | 0 | 0.11 | 0.06 | 0.03 | 334.29 | 0.64 | 0.91 |
| Hex | F7 | DB | E7 | 0 | B | 6 | 3 | 14E | 40 | 5B |
| Octal | 367 | 333 | 347 | 0 | 13 | 6 | 3 | 516 | 100 | 133 |
| Binary | 11110111 | 11011011 | 11100111 | 0 | 1011 | 110 | 11 | 101001110 | 1000000 | 1011011 |
Color Harmonies of #F7DBE7
Complementary color
Monochromatic Colors of #F7DBE7
Black with #F7DBE7
Text Example
Text Example
White with #F7DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBE7; }
p { color: rgb(247,219,231); }
H1.HeaderClassName
{
color: #F7DBE7;
}
.AnyTagClassName
{
color: #F7DBE7;
}
</style>
background-color css
<style>
a { background-color: #F7DBE7; }
a { background-color: rgb(247,219,231); }
div.DivClassName
{
background-color: #F7DBE7;
}
.BgClassName
{
background-color: #F7DBE7;
}
</style>
border-color css
<style>
span { border-color: #F7DBE7; }
span { border-color: rgb(247,219,231); }
td.TdClassName
{
border-color: #F7DBE7;
}
.TagClassName
{
border-color: #F7DBE7;
}
</style>