#FED9ED

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

Shades of Pig Pink #FED9ED

Tints of Pig Pink #FED9ED

Color information

#FED9ED (or 0xFED9ED) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and ED. RGB value is (254,217,237). Sum of RGB (Red+Green+Blue) = 254+217+237=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 217 (85.16% from 255 or 30.65% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9ED is #012612. Grayscale: #E6E6E6. Windows color (decimal): -75283 or 15587838. OLE color: 15587838.

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

Color convert

RGB254217237-
CMYK00.150.070.00
HSL327.57º94.87%92.35%-
HSV(B)327.57º14.57%99.61%-
XYZ80.9776.8190.68-
YUV230.34131.76144.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 217 (85.16% from 255) = 30.65%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=35.88%
G=30.65%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421723700.150.070.00327.5794.8792.35
HexFED9ED0F701485f5c
Octal37633135501770510137134
Binary11111110110110011110110101111111010100100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9ED; }

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

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

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

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

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

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

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

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