Shades of Pig Pink #F5E3EE
Tints of Pig Pink #F5E3EE
RGB
CMYK
RGB Variations
Color information
#F5E3EE (or 0xF5E3EE) is known color: Pig Pink. HEX triplet: F5, E3 and EE. RGB value is (245,227,238). Sum of RGB (Red+Green+Blue) = 245+227+238=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 227 (89.06% from 255 or 31.97% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E3EE is #0A1C11. Grayscale: #E9E9E9. Windows color (decimal): -662546 or 15655925. OLE color: 15655925.
HSL color Cylindrical-coordinate representation of color #F5E3EE: hue angle of 323.33º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E3EE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 238 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.04 |
| HSL | 323.33º | 0.47% | 0.93% | - |
| HSV(B) | 323.33º | 0.07% | 0.96% | - |
| XYZ | 80.56 | 80.52 | 92.19 | - |
| YUV | 233.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 238 | 0 | 0.07 | 0.03 | 0.04 | 323.33 | 0.47 | 0.93 |
| Hex | F5 | E3 | EE | 0 | 7 | 3 | 4 | 143 | 2F | 5D |
| Octal | 365 | 343 | 356 | 0 | 7 | 3 | 4 | 503 | 57 | 135 |
| Binary | 11110101 | 11100011 | 11101110 | 0 | 111 | 11 | 100 | 101000011 | 101111 | 1011101 |
Color Harmonies of #F5E3EE
Complementary color
Monochromatic Colors of #F5E3EE
Black with #F5E3EE
Text Example
Text Example
White with #F5E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3EE; }
p { color: rgb(245,227,238); }
H1.HeaderClassName
{
color: #F5E3EE;
}
.AnyTagClassName
{
color: #F5E3EE;
}
</style>
background-color css
<style>
a { background-color: #F5E3EE; }
a { background-color: rgb(245,227,238); }
div.DivClassName
{
background-color: #F5E3EE;
}
.BgClassName
{
background-color: #F5E3EE;
}
</style>
border-color css
<style>
span { border-color: #F5E3EE; }
span { border-color: rgb(245,227,238); }
td.TdClassName
{
border-color: #F5E3EE;
}
.TagClassName
{
border-color: #F5E3EE;
}
</style>