#FFE2EE

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

Shades of Pig Pink #FFE2EE

Tints of Pig Pink #FFE2EE

Color information

#FFE2EE (or 0xFFE2EE) is unknown color: approx Pig Pink. HEX triplet: FF, E2 and EE. RGB value is (255,226,238). Sum of RGB (Red+Green+Blue) = 255+226+238=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 238 (93.36% from 255 or 33.10% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2EE is #001D11. Grayscale: #ECECEC. Windows color (decimal): -7442 or 15655679. OLE color: 15655679.

HSL color Cylindrical-coordinate representation of color #FFE2EE: hue angle of 335.17º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2EE is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255226238-
CMYK00.110.070
HSL335.17º100%94.31%-
HSV(B)335.17º11.37%100%-
XYZ83.8781.8392.26-
YUV236.04129.11141.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 226 (88.67% from 255) = 31.43%
BLUE value IS 238 (93.36% from 255) = 33.10%
R=35.47%
G=31.43%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522623800.110.070335.1710094.31
HexFFE2EE0B7014f645e
Octal37734235601370517144136
Binary11111111111000101110111001011111010100111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2EE; }

 p { color: rgb(255,226,238); }

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

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

 a { background-color: rgb(255,226,238); }

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

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

 span { border-color: rgb(255,226,238); }

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