#FED8E3

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

Shades of Pig Pink #FED8E3

Tints of Pig Pink #FED8E3

Color information

#FED8E3 (or 0xFED8E3) is unknown color: approx Pig Pink. HEX triplet: FE, D8 and E3. RGB value is (254,216,227). Sum of RGB (Red+Green+Blue) = 254+216+227=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 216 (84.77% from 255 or 30.99% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8E3 is #01271C. Grayscale: #E4E4E4. Windows color (decimal): -75549 or 14932222. OLE color: 14932222.

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

Color convert

RGB254216227-
CMYK00.150.110.00
HSL342.63º95%92.16%-
HSV(B)342.63º14.96%99.61%-
XYZ79.2975.7383.11-
YUV228.62127.09146.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.44%
GREEN value IS 216 (84.77% from 255) = 30.99%
BLUE value IS 227 (89.06% from 255) = 32.57%
R=36.44%
G=30.99%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421622700.150.110.00342.639592.16
HexFED8E30FB01575f5c
Octal376330343017130527137134
Binary111111101101100011100011011111011010101011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED8E3; }

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

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

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

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

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

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

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

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