#FED1EE

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

Shades of Pig Pink #FED1EE

Tints of Pig Pink #FED1EE

Color information

#FED1EE (or 0xFED1EE) is unknown color: approx Pig Pink. HEX triplet: FE, D1 and EE. RGB value is (254,209,238). Sum of RGB (Red+Green+Blue) = 254+209+238=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1EE is #012E11. Grayscale: #E1E1E1. Windows color (decimal): -77330 or 15651326. OLE color: 15651326.

HSL color Cylindrical-coordinate representation of color #FED1EE: hue angle of 321.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1EE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254209238-
CMYK00.180.060.00
HSL321.33º95.74%90.78%-
HSV(B)321.33º17.72%99.61%-
XYZ79.1172.8490.78-
YUV225.76134.91148.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 209 (82.03% from 255) = 29.81%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=36.23%
G=29.81%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420923800.180.060.00321.3395.7490.78
HexFED1EE01260141605b
Octal37632135602260501140133
Binary111111101101000111101110010010110010100000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1EE; }

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

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

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

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

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

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

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

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