#FEE1F0

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

Shades of Pig Pink #FEE1F0

Tints of Pig Pink #FEE1F0

Color information

#FEE1F0 (or 0xFEE1F0) is unknown color: approx Pig Pink. HEX triplet: FE, E1 and F0. RGB value is (254,225,240). Sum of RGB (Red+Green+Blue) = 254+225+240=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 225 (88.28% from 255 or 31.29% from 719); Blue value is 240 (94.14% from 255 or 33.38% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F0 is #011E0F. Grayscale: #EBEBEB. Windows color (decimal): -73232 or 15786494. OLE color: 15786494.

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

Color convert

RGB254225240-
CMYK00.110.060.00
HSL328.97º93.55%93.92%-
HSV(B)328.97º11.42%99.61%-
XYZ83.5381.2193.71-
YUV235.38130.61141.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 225 (88.28% from 255) = 31.29%
BLUE value IS 240 (94.14% from 255) = 33.38%
R=35.33%
G=31.29%
B=33.38%

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
Decimal25422524000.110.060.00328.9793.5593.92
HexFEE1F00B601495e5e
Octal37634136001360511136136
Binary11111110111000011111000001011110010100100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1F0; }

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

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

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

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

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

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

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

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