#FED9EA

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

Shades of Pig Pink #FED9EA

Tints of Pig Pink #FED9EA

Color information

#FED9EA (or 0xFED9EA) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and EA. RGB value is (254,217,234). Sum of RGB (Red+Green+Blue) = 254+217+234=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9EA is #012615. Grayscale: #E5E5E5. Windows color (decimal): -75286 or 15391230. OLE color: 15391230.

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

Color convert

RGB254217234-
CMYK00.150.080.00
HSL332.43º94.87%92.35%-
HSV(B)332.43º14.57%99.61%-
XYZ80.5476.6488.39-
YUV230130.26145.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 217 (85.16% from 255) = 30.78%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=36.03%
G=30.78%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421723400.150.080.00332.4394.8792.35
HexFED9EA0F8014c5f5c
Octal376331352017100514137134
Binary111111101101100111101010011111000010100110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9EA; }

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

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

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

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

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

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

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

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