Shades of Pig Pink #F5E0EA
Tints of Pig Pink #F5E0EA
RGB
CMYK
RGB Variations
Color information
#F5E0EA (or 0xF5E0EA) is known color: Pig Pink. HEX triplet: F5, E0 and EA. RGB value is (245,224,234). Sum of RGB (Red+Green+Blue) = 245+224+234=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0EA is #0A1F15. Grayscale: #E7E7E7. Windows color (decimal): -663318 or 15393013. OLE color: 15393013.
HSL color Cylindrical-coordinate representation of color #F5E0EA: hue angle of 331.43º degrees, saturation: 0.51, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E0EA is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 234 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.04 |
| HSL | 331.43º | 0.51% | 0.92% | - |
| HSV(B) | 331.43º | 0.09% | 0.96% | - |
| XYZ | 79.16 | 78.66 | 88.85 | - |
| YUV | 231.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 234 | 0 | 0.09 | 0.04 | 0.04 | 331.43 | 0.51 | 0.92 |
| Hex | F5 | E0 | EA | 0 | 9 | 4 | 4 | 14B | 33 | 5C |
| Octal | 365 | 340 | 352 | 0 | 11 | 4 | 4 | 513 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11101010 | 0 | 1001 | 100 | 100 | 101001011 | 110011 | 1011100 |
Color Harmonies of #F5E0EA
Complementary color
Monochromatic Colors of #F5E0EA
Black with #F5E0EA
Text Example
Text Example
White with #F5E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0EA; }
p { color: rgb(245,224,234); }
H1.HeaderClassName
{
color: #F5E0EA;
}
.AnyTagClassName
{
color: #F5E0EA;
}
</style>
background-color css
<style>
a { background-color: #F5E0EA; }
a { background-color: rgb(245,224,234); }
div.DivClassName
{
background-color: #F5E0EA;
}
.BgClassName
{
background-color: #F5E0EA;
}
</style>
border-color css
<style>
span { border-color: #F5E0EA; }
span { border-color: rgb(245,224,234); }
td.TdClassName
{
border-color: #F5E0EA;
}
.TagClassName
{
border-color: #F5E0EA;
}
</style>