#FEE0F2

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

Shades of Pig Pink #FEE0F2

Tints of Pig Pink #FEE0F2

Color information

#FEE0F2 (or 0xFEE0F2) is unknown color: approx Pig Pink. HEX triplet: FE, E0 and F2. RGB value is (254,224,242). Sum of RGB (Red+Green+Blue) = 254+224+242=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 224 (87.89% from 255 or 31.11% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F2 is #011F0D. Grayscale: #EAEAEA. Windows color (decimal): -73486 or 15917310. OLE color: 15917310.

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

Color convert

RGB254224242-
CMYK00.120.050.00
HSL324º93.75%93.73%-
HSV(B)324º11.81%99.61%-
XYZ83.5680.7995.2-
YUV235.02131.94141.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.28%
GREEN value IS 224 (87.89% from 255) = 31.11%
BLUE value IS 242 (94.92% from 255) = 33.61%
R=35.28%
G=31.11%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422424200.120.050.0032493.7593.73
HexFEE0F20C501445e5e
Octal37634036201450504136136
Binary11111110111000001111001001100101010100010010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0F2; }

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

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

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

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

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

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

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

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