#F0E1EB

Color #F0E1EB Pig Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pig Pink #F0E1EB

Tints of Pig Pink #F0E1EB

Color information

#F0E1EB (or 0xF0E1EB) is unknown color: approx Pig Pink. HEX triplet: F0, E1 and EB. RGB value is (240,225,235). Sum of RGB (Red+Green+Blue) = 240+225+235=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EB is #0F1E14. Grayscale: #E6E6E6. Windows color (decimal): -990741 or 15458800. OLE color: 15458800.

HSL color Cylindrical-coordinate representation of color #F0E1EB: hue angle of 320º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0E1EB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240225235-
CMYK00.060.020.06
HSL320º33.33%91.18%-
HSV(B)320º6.25%94.12%-
XYZ77.8678.3789.62-
YUV230.62130.47134.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=34.29%
G=32.14%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022523500.060.020.0632033.3391.18
HexF0E1EB0626140215b
Octal360341353062650041133
Binary1111000011100001111010110110101101010000001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1EB; }

 p { color: rgb(240,225,235); }

 H1.HeaderClassName
 {
   color: #F0E1EB;
 }
 .AnyTagClassName
 {
   color: #F0E1EB;
 }
</style>
background-color css

<style>
 a { background-color: #F0E1EB; }

 a { background-color: rgb(240,225,235); }

 div.DivClassName
 {
   background-color: #F0E1EB;
 }
 .BgClassName
 {
   background-color: #F0E1EB;
 }
</style>
border-color css

<style>
 span { border-color: #F0E1EB; }

 span { border-color: rgb(240,225,235); }

 td.TdClassName
 {
   border-color: #F0E1EB;
 }
 .TagClassName
 {
   border-color: #F0E1EB;
 }
</style>