#FEE0EA

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

Shades of Pig Pink #FEE0EA

Tints of Pig Pink #FEE0EA

Color information

#FEE0EA (or 0xFEE0EA) is unknown color: approx Pig Pink. HEX triplet: FE, E0 and EA. RGB value is (254,224,234). Sum of RGB (Red+Green+Blue) = 254+224+234=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 224 (87.89% from 255 or 31.46% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0EA is #011F15. Grayscale: #EAEAEA. Windows color (decimal): -73494 or 15393022. OLE color: 15393022.

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

Color convert

RGB254224234-
CMYK00.120.080.00
HSL340º93.75%93.73%-
HSV(B)340º11.81%99.61%-
XYZ82.3880.3289-
YUV234.11127.94142.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 224 (87.89% from 255) = 31.46%
BLUE value IS 234 (91.80% from 255) = 32.87%
R=35.67%
G=31.46%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422423400.120.080.0034093.7593.73
HexFEE0EA0C801545e5e
Octal376340352014100524136136
Binary111111101110000011101010011001000010101010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0EA; }

 p { color: rgb(254,224,234); }

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

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

 a { background-color: rgb(254,224,234); }

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

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

 span { border-color: rgb(254,224,234); }

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