#FED4EE

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

Shades of Pig Pink #FED4EE

Tints of Pig Pink #FED4EE

Color information

#FED4EE (or 0xFED4EE) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and EE. RGB value is (254,212,238). Sum of RGB (Red+Green+Blue) = 254+212+238=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EE is #012B11. Grayscale: #E3E3E3. Windows color (decimal): -76562 or 15652094. OLE color: 15652094.

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

Color convert

RGB254212238-
CMYK00.170.060.00
HSL322.86º95.45%91.37%-
HSV(B)322.86º16.54%99.61%-
XYZ79.8574.3391.03-
YUV227.52133.91146.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 212 (83.20% from 255) = 30.11%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=36.08%
G=30.11%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421223800.170.060.00322.8695.4591.37
HexFED4EE011601435f5b
Octal37632435602160503137133
Binary111111101101010011101110010001110010100001110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4EE; }

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

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

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

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

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

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

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

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