#FED9E4

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

Shades of Pig Pink #FED9E4

Tints of Pig Pink #FED9E4

Color information

#FED9E4 (or 0xFED9E4) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and E4. RGB value is (254,217,228). Sum of RGB (Red+Green+Blue) = 254+217+228=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 217 (85.16% from 255 or 31.04% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9E4 is #01261B. Grayscale: #E5E5E5. Windows color (decimal): -75292 or 14998014. OLE color: 14998014.

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

Color convert

RGB254217228-
CMYK00.150.100.00
HSL342.16º94.87%92.35%-
HSV(B)342.16º14.57%99.61%-
XYZ79.6976.383.93-
YUV229.32127.26145.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.34%
GREEN value IS 217 (85.16% from 255) = 31.04%
BLUE value IS 228 (89.45% from 255) = 32.62%
R=36.34%
G=31.04%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421722800.150.100.00342.1694.8792.35
HexFED9E40FA01565f5c
Octal376331344017120526137134
Binary111111101101100111100100011111010010101011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9E4; }

 p { color: rgb(254,217,228); }

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

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

 a { background-color: rgb(254,217,228); }

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

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

 span { border-color: rgb(254,217,228); }

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