#F0E1EA

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

Shades of Pig Pink #F0E1EA

Tints of Pig Pink #F0E1EA

Color information

#F0E1EA (or 0xF0E1EA) is unknown color: approx Pig Pink. HEX triplet: F0, E1 and EA. RGB value is (240,225,234). Sum of RGB (Red+Green+Blue) = 240+225+234=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 225 (88.28% from 255 or 32.19% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E1EA is #0F1E15. Grayscale: #E6E6E6. Windows color (decimal): -990742 or 15393264. OLE color: 15393264.

HSL color Cylindrical-coordinate representation of color #F0E1EA: hue angle of 324º 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 #F0E1EA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240225234-
CMYK00.060.020.06
HSL324º33.33%91.18%-
HSV(B)324º6.25%94.12%-
XYZ77.7178.3288.86-
YUV230.51129.97134.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 225 (88.28% from 255) = 32.19%
BLUE value IS 234 (91.80% from 255) = 33.48%
R=34.33%
G=32.19%
B=33.48%

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
Decimal24022523400.060.020.0632433.3391.18
HexF0E1EA0626144215b
Octal360341352062650441133
Binary1111000011100001111010100110101101010001001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1EA; }

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

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

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

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

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

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

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

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