#F0E2EA

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

Shades of Pig Pink #F0E2EA

Tints of Pig Pink #F0E2EA

Color information

#F0E2EA (or 0xF0E2EA) is unknown color: approx Pig Pink. HEX triplet: F0, E2 and EA. RGB value is (240,226,234). Sum of RGB (Red+Green+Blue) = 240+226+234=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2EA is #0F1D15. Grayscale: #E7E7E7. Windows color (decimal): -990486 or 15393520. OLE color: 15393520.

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

Color convert

RGB240226234-
CMYK00.060.020.06
HSL325.71º31.82%91.37%-
HSV(B)325.71º5.83%94.12%-
XYZ77.9878.8688.95-
YUV231.1129.64134.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=34.29%
G=32.29%
B=33.43%

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
Decimal24022623400.060.020.06325.7131.8291.37
HexF0E2EA0626146205b
Octal360342352062650640133
Binary1111000011100010111010100110101101010001101000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2EA; }

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

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

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

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

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

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

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

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