Shades of Pig Pink #F7DBEB
Tints of Pig Pink #F7DBEB
RGB
CMYK
RGB Variations
Color information
#F7DBEB (or 0xF7DBEB) is known color: Pig Pink. HEX triplet: F7, DB and EB. RGB value is (247,219,235). Sum of RGB (Red+Green+Blue) = 247+219+235=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DBEB is #082414. Grayscale: #E5E5E5. Windows color (decimal): -533525 or 15457271. OLE color: 15457271.
HSL color Cylindrical-coordinate representation of color #F7DBEB: hue angle of 325.71º 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 #F7DBEB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 235 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 325.71º | 0.64% | 0.91% | - |
| HSV(B) | 325.71º | 0.11% | 0.97% | - |
| XYZ | 78.68 | 76.44 | 89.2 | - |
| YUV | 229.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 235 | 0 | 0.11 | 0.05 | 0.03 | 325.71 | 0.64 | 0.91 |
| Hex | F7 | DB | EB | 0 | B | 5 | 3 | 146 | 40 | 5B |
| Octal | 367 | 333 | 353 | 0 | 13 | 5 | 3 | 506 | 100 | 133 |
| Binary | 11110111 | 11011011 | 11101011 | 0 | 1011 | 101 | 11 | 101000110 | 1000000 | 1011011 |
Color Harmonies of #F7DBEB
Complementary color
Monochromatic Colors of #F7DBEB
Black with #F7DBEB
Text Example
Text Example
White with #F7DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBEB; }
p { color: rgb(247,219,235); }
H1.HeaderClassName
{
color: #F7DBEB;
}
.AnyTagClassName
{
color: #F7DBEB;
}
</style>
background-color css
<style>
a { background-color: #F7DBEB; }
a { background-color: rgb(247,219,235); }
div.DivClassName
{
background-color: #F7DBEB;
}
.BgClassName
{
background-color: #F7DBEB;
}
</style>
border-color css
<style>
span { border-color: #F7DBEB; }
span { border-color: rgb(247,219,235); }
td.TdClassName
{
border-color: #F7DBEB;
}
.TagClassName
{
border-color: #F7DBEB;
}
</style>