Shades of Pig Pink #F0E0E8
Tints of Pig Pink #F0E0E8
RGB
CMYK
RGB Variations
Color information
#F0E0E8 (or 0xF0E0E8) is known color: Pig Pink. HEX triplet: F0, E0 and E8. RGB value is (240,224,232). Sum of RGB (Red+Green+Blue) = 240+224+232=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 232 (91.02% from 255 or 33.33% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E0E8 is #0F1F17. Grayscale: #E5E5E5. Windows color (decimal): -991000 or 15261936. OLE color: 15261936.
HSL color Cylindrical-coordinate representation of color #F0E0E8: hue angle of 330º 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 #F0E0E8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 232 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.06 |
| HSL | 330º | 0.35% | 0.91% | - |
| HSV(B) | 330º | 0.07% | 0.94% | - |
| XYZ | 77.16 | 77.66 | 87.27 | - |
| YUV | 229.7 | 129.3 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 232 | 0 | 0.07 | 0.03 | 0.06 | 330 | 0.35 | 0.91 |
| Hex | F0 | E0 | E8 | 0 | 7 | 3 | 6 | 14A | 23 | 5B |
| Octal | 360 | 340 | 350 | 0 | 7 | 3 | 6 | 512 | 43 | 133 |
| Binary | 11110000 | 11100000 | 11101000 | 0 | 111 | 11 | 110 | 101001010 | 100011 | 1011011 |
Color Harmonies of #F0E0E8
Complementary color
Monochromatic Colors of #F0E0E8
Black with #F0E0E8
Text Example
Text Example
White with #F0E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0E8; }
p { color: rgb(240,224,232); }
H1.HeaderClassName
{
color: #F0E0E8;
}
.AnyTagClassName
{
color: #F0E0E8;
}
</style>
background-color css
<style>
a { background-color: #F0E0E8; }
a { background-color: rgb(240,224,232); }
div.DivClassName
{
background-color: #F0E0E8;
}
.BgClassName
{
background-color: #F0E0E8;
}
</style>
border-color css
<style>
span { border-color: #F0E0E8; }
span { border-color: rgb(240,224,232); }
td.TdClassName
{
border-color: #F0E0E8;
}
.TagClassName
{
border-color: #F0E0E8;
}
</style>