Shades of Pig Pink #F5D3E1
Tints of Pig Pink #F5D3E1
RGB
CMYK
RGB Variations
Color information
#F5D3E1 (or 0xF5D3E1) is known color: Pig Pink. HEX triplet: F5, D3 and E1. RGB value is (245,211,225). Sum of RGB (Red+Green+Blue) = 245+211+225=681 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.98% from 681); Green value is 211 (82.81% from 255 or 30.98% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D3E1 is #0A2C1E. Grayscale: #DEDEDE. Windows color (decimal): -666655 or 14799861. OLE color: 14799861.
HSL color Cylindrical-coordinate representation of color #F5D3E1: hue angle of 335.29º degrees, saturation: 0.63, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D3E1 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 225 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.04 |
| HSL | 335.29º | 0.63% | 0.89% | - |
| HSV(B) | 335.29º | 0.14% | 0.96% | - |
| XYZ | 74.54 | 71.44 | 81.09 | - |
| YUV | 222.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 225 | 0 | 0.14 | 0.08 | 0.04 | 335.29 | 0.63 | 0.89 |
| Hex | F5 | D3 | E1 | 0 | E | 8 | 4 | 14F | 3F | 59 |
| Octal | 365 | 323 | 341 | 0 | 16 | 10 | 4 | 517 | 77 | 131 |
| Binary | 11110101 | 11010011 | 11100001 | 0 | 1110 | 1000 | 100 | 101001111 | 111111 | 1011001 |
Color Harmonies of #F5D3E1
Complementary color
Monochromatic Colors of #F5D3E1
Black with #F5D3E1
Text Example
Text Example
White with #F5D3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D3E1; }
p { color: rgb(245,211,225); }
H1.HeaderClassName
{
color: #F5D3E1;
}
.AnyTagClassName
{
color: #F5D3E1;
}
</style>
background-color css
<style>
a { background-color: #F5D3E1; }
a { background-color: rgb(245,211,225); }
div.DivClassName
{
background-color: #F5D3E1;
}
.BgClassName
{
background-color: #F5D3E1;
}
</style>
border-color css
<style>
span { border-color: #F5D3E1; }
span { border-color: rgb(245,211,225); }
td.TdClassName
{
border-color: #F5D3E1;
}
.TagClassName
{
border-color: #F5D3E1;
}
</style>