#FEE0F0

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

Shades of Pig Pink #FEE0F0

Tints of Pig Pink #FEE0F0

Color information

#FEE0F0 (or 0xFEE0F0) is unknown color: approx Pig Pink. HEX triplet: FE, E0 and F0. RGB value is (254,224,240). Sum of RGB (Red+Green+Blue) = 254+224+240=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 240 (94.14% from 255 or 33.43% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE0F0 is #011F0F. Grayscale: #EAEAEA. Windows color (decimal): -73488 or 15786238. OLE color: 15786238.

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

Color convert

RGB254224240-
CMYK00.120.060.00
HSL328º93.75%93.73%-
HSV(B)328º11.81%99.61%-
XYZ83.2680.6793.62-
YUV234.79130.94141.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 224 (87.89% from 255) = 31.20%
BLUE value IS 240 (94.14% from 255) = 33.43%
R=35.38%
G=31.20%
B=33.43%

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
Decimal25422424000.120.060.0032893.7593.73
HexFEE0F00C601485e5e
Octal37634036001460510136136
Binary11111110111000001111000001100110010100100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0F0; }

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

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

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

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

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

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

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

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