#FEE1EB

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

Shades of Pig Pink #FEE1EB

Tints of Pig Pink #FEE1EB

Color information

#FEE1EB (or 0xFEE1EB) is unknown color: approx Pig Pink. HEX triplet: FE, E1 and EB. RGB value is (254,225,235). Sum of RGB (Red+Green+Blue) = 254+225+235=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 235 (92.19% from 255 or 32.91% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1EB is #011E14. Grayscale: #EAEAEA. Windows color (decimal): -73237 or 15458814. OLE color: 15458814.

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

Color convert

RGB254225235-
CMYK00.110.070.00
HSL339.31º93.55%93.92%-
HSV(B)339.31º11.42%99.61%-
XYZ82.7980.9289.85-
YUV234.81128.11141.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 235 (92.19% from 255) = 32.91%
R=35.57%
G=31.51%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422523500.110.070.00339.3193.5593.92
HexFEE1EB0B701535e5e
Octal37634135301370523136136
Binary11111110111000011110101101011111010101001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1EB; }

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

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

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

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

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

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

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

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