Shades of Pig Pink #F5DBE7
Tints of Pig Pink #F5DBE7
RGB
CMYK
RGB Variations
Color information
#F5DBE7 (or 0xF5DBE7) is known color: Pig Pink. HEX triplet: F5, DB and E7. RGB value is (245,219,231). Sum of RGB (Red+Green+Blue) = 245+219+231=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBE7 is #0A2418. Grayscale: #E4E4E4. Windows color (decimal): -664601 or 15195125. OLE color: 15195125.
HSL color Cylindrical-coordinate representation of color #F5DBE7: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DBE7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 231 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.04 |
| HSL | 332.31º | 0.57% | 0.91% | - |
| HSV(B) | 332.31º | 0.11% | 0.96% | - |
| XYZ | 77.41 | 75.85 | 86.16 | - |
| YUV | 228.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 231 | 0 | 0.11 | 0.06 | 0.04 | 332.31 | 0.57 | 0.91 |
| Hex | F5 | DB | E7 | 0 | B | 6 | 4 | 14C | 39 | 5B |
| Octal | 365 | 333 | 347 | 0 | 13 | 6 | 4 | 514 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11100111 | 0 | 1011 | 110 | 100 | 101001100 | 111001 | 1011011 |
Color Harmonies of #F5DBE7
Complementary color
Monochromatic Colors of #F5DBE7
Black with #F5DBE7
Text Example
Text Example
White with #F5DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBE7; }
p { color: rgb(245,219,231); }
H1.HeaderClassName
{
color: #F5DBE7;
}
.AnyTagClassName
{
color: #F5DBE7;
}
</style>
background-color css
<style>
a { background-color: #F5DBE7; }
a { background-color: rgb(245,219,231); }
div.DivClassName
{
background-color: #F5DBE7;
}
.BgClassName
{
background-color: #F5DBE7;
}
</style>
border-color css
<style>
span { border-color: #F5DBE7; }
span { border-color: rgb(245,219,231); }
td.TdClassName
{
border-color: #F5DBE7;
}
.TagClassName
{
border-color: #F5DBE7;
}
</style>