#FEE1EE

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

Shades of Pig Pink #FEE1EE

Tints of Pig Pink #FEE1EE

Color information

#FEE1EE (or 0xFEE1EE) is unknown color: approx Pig Pink. HEX triplet: FE, E1 and EE. RGB value is (254,225,238). Sum of RGB (Red+Green+Blue) = 254+225+238=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EE is #011E11. Grayscale: #EBEBEB. Windows color (decimal): -73234 or 15655422. OLE color: 15655422.

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

Color convert

RGB254225238-
CMYK00.110.060.00
HSL333.1º93.55%93.92%-
HSV(B)333.1º11.42%99.61%-
XYZ83.2381.0992.15-
YUV235.15129.61141.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 225 (88.28% from 255) = 31.38%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=35.43%
G=31.38%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422523800.110.060.00333.193.5593.92
HexFEE1EE0B6014d5e5e
Octal37634135601360515136136
Binary11111110111000011110111001011110010100110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1EE; }

 p { color: rgb(254,225,238); }

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

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

 a { background-color: rgb(254,225,238); }

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

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

 span { border-color: rgb(254,225,238); }

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