Shades of Pig Pink #F5E3ED
Tints of Pig Pink #F5E3ED
RGB
CMYK
RGB Variations
Color information
#F5E3ED (or 0xF5E3ED) is known color: Pig Pink. HEX triplet: F5, E3 and ED. RGB value is (245,227,237). Sum of RGB (Red+Green+Blue) = 245+227+237=709 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.56% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E3ED is #0A1C12. Grayscale: #E9E9E9. Windows color (decimal): -662547 or 15590389. OLE color: 15590389.
HSL color Cylindrical-coordinate representation of color #F5E3ED: hue angle of 326.67º 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 #F5E3ED is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 227 | 237 | - |
CMYK | 0 | 0.07 | 0.03 | 0.04 |
HSL | 326.67º | 0.47% | 0.93% | - |
HSV(B) | 326.67º | 0.07% | 0.96% | - |
XYZ | 80.41 | 80.47 | 91.41 | - |
YUV | 233.52 | 129.96 | 136.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 227 | 237 | 0 | 0.07 | 0.03 | 0.04 | 326.67 | 0.47 | 0.93 |
Hex | F5 | E3 | ED | 0 | 7 | 3 | 4 | 147 | 2F | 5D |
Octal | 365 | 343 | 355 | 0 | 7 | 3 | 4 | 507 | 57 | 135 |
Binary | 11110101 | 11100011 | 11101101 | 0 | 111 | 11 | 100 | 101000111 | 101111 | 1011101 |
Color Harmonies of #F5E3ED
Complementary color
Monochromatic Colors of #F5E3ED
Black with #F5E3ED
Text Example
Text Example
White with #F5E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3ED; }
p { color: rgb(245,227,237); }
H1.HeaderClassName
{
color: #F5E3ED;
}
.AnyTagClassName
{
color: #F5E3ED;
}
</style>
background-color css
<style>
a { background-color: #F5E3ED; }
a { background-color: rgb(245,227,237); }
div.DivClassName
{
background-color: #F5E3ED;
}
.BgClassName
{
background-color: #F5E3ED;
}
</style>
border-color css
<style>
span { border-color: #F5E3ED; }
span { border-color: rgb(245,227,237); }
td.TdClassName
{
border-color: #F5E3ED;
}
.TagClassName
{
border-color: #F5E3ED;
}
</style>