Shades of Pig Pink #F7DBE5
Tints of Pig Pink #F7DBE5
RGB
CMYK
RGB Variations
Color information
#F7DBE5 (or 0xF7DBE5) is known color: Pig Pink. HEX triplet: F7, DB and E5. RGB value is (247,219,229). Sum of RGB (Red+Green+Blue) = 247+219+229=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBE5 is #08241A. Grayscale: #E4E4E4. Windows color (decimal): -533531 or 15064055. OLE color: 15064055.
HSL color Cylindrical-coordinate representation of color #F7DBE5: hue angle of 338.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 #F7DBE5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 229 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.03 |
| HSL | 338.57º | 0.64% | 0.91% | - |
| HSV(B) | 338.57º | 0.11% | 0.97% | - |
| XYZ | 77.83 | 76.09 | 84.71 | - |
| YUV | 228.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 229 | 0 | 0.11 | 0.07 | 0.03 | 338.57 | 0.64 | 0.91 |
| Hex | F7 | DB | E5 | 0 | B | 7 | 3 | 153 | 40 | 5B |
| Octal | 367 | 333 | 345 | 0 | 13 | 7 | 3 | 523 | 100 | 133 |
| Binary | 11110111 | 11011011 | 11100101 | 0 | 1011 | 111 | 11 | 101010011 | 1000000 | 1011011 |
Color Harmonies of #F7DBE5
Complementary color
Monochromatic Colors of #F7DBE5
Black with #F7DBE5
Text Example
Text Example
White with #F7DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBE5; }
p { color: rgb(247,219,229); }
H1.HeaderClassName
{
color: #F7DBE5;
}
.AnyTagClassName
{
color: #F7DBE5;
}
</style>
background-color css
<style>
a { background-color: #F7DBE5; }
a { background-color: rgb(247,219,229); }
div.DivClassName
{
background-color: #F7DBE5;
}
.BgClassName
{
background-color: #F7DBE5;
}
</style>
border-color css
<style>
span { border-color: #F7DBE5; }
span { border-color: rgb(247,219,229); }
td.TdClassName
{
border-color: #F7DBE5;
}
.TagClassName
{
border-color: #F7DBE5;
}
</style>