Shades of Pig Pink #F5D8E1
Tints of Pig Pink #F5D8E1
RGB
CMYK
RGB Variations
Color information
#F5D8E1 (or 0xF5D8E1) is known color: Pig Pink. HEX triplet: F5, D8 and E1. RGB value is (245,216,225). Sum of RGB (Red+Green+Blue) = 245+216+225=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 216 (84.77% from 255 or 31.49% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D8E1 is #0A271E. Grayscale: #E1E1E1. Windows color (decimal): -665375 or 14801141. OLE color: 14801141.
HSL color Cylindrical-coordinate representation of color #F5D8E1: hue angle of 341.38º 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 #F5D8E1 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 225 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.04 |
| HSL | 341.38º | 0.59% | 0.9% | - |
| HSV(B) | 341.38º | 0.12% | 0.96% | - |
| XYZ | 75.8 | 73.96 | 81.51 | - |
| YUV | 225.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 225 | 0 | 0.12 | 0.08 | 0.04 | 341.38 | 0.59 | 0.9 |
| Hex | F5 | D8 | E1 | 0 | C | 8 | 4 | 155 | 3B | 5A |
| Octal | 365 | 330 | 341 | 0 | 14 | 10 | 4 | 525 | 73 | 132 |
| Binary | 11110101 | 11011000 | 11100001 | 0 | 1100 | 1000 | 100 | 101010101 | 111011 | 1011010 |
Color Harmonies of #F5D8E1
Complementary color
Monochromatic Colors of #F5D8E1
Black with #F5D8E1
Text Example
Text Example
White with #F5D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D8E1; }
p { color: rgb(245,216,225); }
H1.HeaderClassName
{
color: #F5D8E1;
}
.AnyTagClassName
{
color: #F5D8E1;
}
</style>
background-color css
<style>
a { background-color: #F5D8E1; }
a { background-color: rgb(245,216,225); }
div.DivClassName
{
background-color: #F5D8E1;
}
.BgClassName
{
background-color: #F5D8E1;
}
</style>
border-color css
<style>
span { border-color: #F5D8E1; }
span { border-color: rgb(245,216,225); }
td.TdClassName
{
border-color: #F5D8E1;
}
.TagClassName
{
border-color: #F5D8E1;
}
</style>