Shades of Pig Pink #F5E0EE
Tints of Pig Pink #F5E0EE
RGB
CMYK
RGB Variations
Color information
#F5E0EE (or 0xF5E0EE) is known color: Pig Pink. HEX triplet: F5, E0 and EE. RGB value is (245,224,238). Sum of RGB (Red+Green+Blue) = 245+224+238=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E0EE is #0A1F11. Grayscale: #E7E7E7. Windows color (decimal): -663314 or 15655157. OLE color: 15655157.
HSL color Cylindrical-coordinate representation of color #F5E0EE: hue angle of 320º 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 #F5E0EE is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 238 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.04 |
| HSL | 320º | 0.51% | 0.92% | - |
| HSV(B) | 320º | 0.09% | 0.96% | - |
| XYZ | 79.74 | 78.9 | 91.91 | - |
| YUV | 231.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 238 | 0 | 0.09 | 0.03 | 0.04 | 320 | 0.51 | 0.92 |
| Hex | F5 | E0 | EE | 0 | 9 | 3 | 4 | 140 | 33 | 5C |
| Octal | 365 | 340 | 356 | 0 | 11 | 3 | 4 | 500 | 63 | 134 |
| Binary | 11110101 | 11100000 | 11101110 | 0 | 1001 | 11 | 100 | 101000000 | 110011 | 1011100 |
Color Harmonies of #F5E0EE
Complementary color
Monochromatic Colors of #F5E0EE
Black with #F5E0EE
Text Example
Text Example
White with #F5E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0EE; }
p { color: rgb(245,224,238); }
H1.HeaderClassName
{
color: #F5E0EE;
}
.AnyTagClassName
{
color: #F5E0EE;
}
</style>
background-color css
<style>
a { background-color: #F5E0EE; }
a { background-color: rgb(245,224,238); }
div.DivClassName
{
background-color: #F5E0EE;
}
.BgClassName
{
background-color: #F5E0EE;
}
</style>
border-color css
<style>
span { border-color: #F5E0EE; }
span { border-color: rgb(245,224,238); }
td.TdClassName
{
border-color: #F5E0EE;
}
.TagClassName
{
border-color: #F5E0EE;
}
</style>