#FEE0EE

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

Shades of Pig Pink #FEE0EE

Tints of Pig Pink #FEE0EE

Color information

#FEE0EE (or 0xFEE0EE) is unknown color: approx Pig Pink. HEX triplet: FE, E0 and EE. RGB value is (254,224,238). Sum of RGB (Red+Green+Blue) = 254+224+238=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 224 (87.89% from 255 or 31.28% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0EE is #011F11. Grayscale: #EAEAEA. Windows color (decimal): -73490 or 15655166. OLE color: 15655166.

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

Color convert

RGB254224238-
CMYK00.120.060.00
HSL332º93.75%93.73%-
HSV(B)332º11.81%99.61%-
XYZ82.9680.5692.07-
YUV234.57129.94141.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 224 (87.89% from 255) = 31.28%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=35.47%
G=31.28%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422423800.120.060.0033293.7593.73
HexFEE0EE0C6014c5e5e
Octal37634035601460514136136
Binary11111110111000001110111001100110010100110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0EE; }

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

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

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

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

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

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

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

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