#FEE1EF

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

Shades of Pig Pink #FEE1EF

Tints of Pig Pink #FEE1EF

Color information

#FEE1EF (or 0xFEE1EF) is unknown color: approx Pig Pink. HEX triplet: FE, E1 and EF. RGB value is (254,225,239). Sum of RGB (Red+Green+Blue) = 254+225+239=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EF is #011E10. Grayscale: #EBEBEB. Windows color (decimal): -73233 or 15720958. OLE color: 15720958.

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

Color convert

RGB254225239-
CMYK00.110.060.00
HSL331.03º93.55%93.92%-
HSV(B)331.03º11.42%99.61%-
XYZ83.3881.1592.93-
YUV235.27130.11141.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 225 (88.28% from 255) = 31.34%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=35.38%
G=31.34%
B=33.29%

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
Decimal25422523900.110.060.00331.0393.5593.92
HexFEE1EF0B6014b5e5e
Octal37634135701360513136136
Binary11111110111000011110111101011110010100101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1EF; }

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

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

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

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

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

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

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

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