Shades of Pig Pink #F0E0EB
Tints of Pig Pink #F0E0EB
RGB
CMYK
RGB Variations
Color information
#F0E0EB (or 0xF0E0EB) is known color: Pig Pink. HEX triplet: F0, E0 and EB. RGB value is (240,224,235). Sum of RGB (Red+Green+Blue) = 240+224+235=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0EB is #0F1F14. Grayscale: #E6E6E6. Windows color (decimal): -990997 or 15458544. OLE color: 15458544.
HSL color Cylindrical-coordinate representation of color #F0E0EB: hue angle of 318.75º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E0EB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 235 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.06 |
| HSL | 318.75º | 0.35% | 0.91% | - |
| HSV(B) | 318.75º | 0.07% | 0.94% | - |
| XYZ | 77.59 | 77.83 | 89.53 | - |
| YUV | 230.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 235 | 0 | 0.07 | 0.02 | 0.06 | 318.75 | 0.35 | 0.91 |
| Hex | F0 | E0 | EB | 0 | 7 | 2 | 6 | 13F | 23 | 5B |
| Octal | 360 | 340 | 353 | 0 | 7 | 2 | 6 | 477 | 43 | 133 |
| Binary | 11110000 | 11100000 | 11101011 | 0 | 111 | 10 | 110 | 100111111 | 100011 | 1011011 |
Color Harmonies of #F0E0EB
Complementary color
Monochromatic Colors of #F0E0EB
Black with #F0E0EB
Text Example
Text Example
White with #F0E0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0EB; }
p { color: rgb(240,224,235); }
H1.HeaderClassName
{
color: #F0E0EB;
}
.AnyTagClassName
{
color: #F0E0EB;
}
</style>
background-color css
<style>
a { background-color: #F0E0EB; }
a { background-color: rgb(240,224,235); }
div.DivClassName
{
background-color: #F0E0EB;
}
.BgClassName
{
background-color: #F0E0EB;
}
</style>
border-color css
<style>
span { border-color: #F0E0EB; }
span { border-color: rgb(240,224,235); }
td.TdClassName
{
border-color: #F0E0EB;
}
.TagClassName
{
border-color: #F0E0EB;
}
</style>