#FED9E5

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

Shades of Pig Pink #FED9E5

Tints of Pig Pink #FED9E5

Color information

#FED9E5 (or 0xFED9E5) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and E5. RGB value is (254,217,229). Sum of RGB (Red+Green+Blue) = 254+217+229=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 217 (85.16% from 255 or 31% from 700); Blue value is 229 (89.84% from 255 or 32.71% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9E5 is #01261A. Grayscale: #E5E5E5. Windows color (decimal): -75291 or 15063550. OLE color: 15063550.

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

Color convert

RGB254217229-
CMYK00.150.100.00
HSL340.54º94.87%92.35%-
HSV(B)340.54º14.57%99.61%-
XYZ79.8376.3584.66-
YUV229.43127.76145.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 217 (85.16% from 255) = 31%
BLUE value IS 229 (89.84% from 255) = 32.71%
R=36.29%
G=31%
B=32.71%

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
Decimal25421722900.150.100.00340.5494.8792.35
HexFED9E50FA01555f5c
Octal376331345017120525137134
Binary111111101101100111100101011111010010101010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9E5; }

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

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

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

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

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

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

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

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