#FED8EF

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

Shades of Pig Pink #FED8EF

Tints of Pig Pink #FED8EF

Color information

#FED8EF (or 0xFED8EF) is unknown color: approx Pig Pink. HEX triplet: FE, D8 and EF. RGB value is (254,216,239). Sum of RGB (Red+Green+Blue) = 254+216+239=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 216 (84.77% from 255 or 30.47% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED8EF is #012710. Grayscale: #E5E5E5. Windows color (decimal): -75537 or 15718654. OLE color: 15718654.

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

Color convert

RGB254216239-
CMYK00.150.060.00
HSL323.68º95%92.16%-
HSV(B)323.68º14.96%99.61%-
XYZ81.0176.4192.14-
YUV229.98133.09145.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 216 (84.77% from 255) = 30.47%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=35.83%
G=30.47%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421623900.150.060.00323.689592.16
HexFED8EF0F601445f5c
Octal37633035701760504137134
Binary11111110110110001110111101111110010100010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8EF; }

 p { color: rgb(254,216,239); }

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

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

 a { background-color: rgb(254,216,239); }

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

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

 span { border-color: rgb(254,216,239); }

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