Shades of Pig Pink #F5D8EB
Tints of Pig Pink #F5D8EB
RGB
CMYK
RGB Variations
Color information
#F5D8EB (or 0xF5D8EB) is known color: Pig Pink. HEX triplet: F5, D8 and EB. RGB value is (245,216,235). Sum of RGB (Red+Green+Blue) = 245+216+235=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D8EB is #0A2714. Grayscale: #E2E2E2. Windows color (decimal): -665365 or 15456501. OLE color: 15456501.
HSL color Cylindrical-coordinate representation of color #F5D8EB: hue angle of 320.69º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5D8EB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 235 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.04 |
| HSL | 320.69º | 0.59% | 0.9% | - |
| HSV(B) | 320.69º | 0.12% | 0.96% | - |
| XYZ | 77.21 | 74.52 | 88.91 | - |
| YUV | 226.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 235 | 0 | 0.12 | 0.04 | 0.04 | 320.69 | 0.59 | 0.9 |
| Hex | F5 | D8 | EB | 0 | C | 4 | 4 | 141 | 3B | 5A |
| Octal | 365 | 330 | 353 | 0 | 14 | 4 | 4 | 501 | 73 | 132 |
| Binary | 11110101 | 11011000 | 11101011 | 0 | 1100 | 100 | 100 | 101000001 | 111011 | 1011010 |
Color Harmonies of #F5D8EB
Complementary color
Monochromatic Colors of #F5D8EB
Black with #F5D8EB
Text Example
Text Example
White with #F5D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8EB; }
p { color: rgb(245,216,235); }
H1.HeaderClassName
{
color: #F5D8EB;
}
.AnyTagClassName
{
color: #F5D8EB;
}
</style>
background-color css
<style>
a { background-color: #F5D8EB; }
a { background-color: rgb(245,216,235); }
div.DivClassName
{
background-color: #F5D8EB;
}
.BgClassName
{
background-color: #F5D8EB;
}
</style>
border-color css
<style>
span { border-color: #F5D8EB; }
span { border-color: rgb(245,216,235); }
td.TdClassName
{
border-color: #F5D8EB;
}
.TagClassName
{
border-color: #F5D8EB;
}
</style>