#FED9F5

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

Shades of Pig Pink #FED9F5

Tints of Pig Pink #FED9F5

Color information

#FED9F5 (or 0xFED9F5) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and F5. RGB value is (254,217,245). Sum of RGB (Red+Green+Blue) = 254+217+245=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 217 (85.16% from 255 or 30.31% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F5 is #01260A. Grayscale: #E7E7E7. Windows color (decimal): -75275 or 16112126. OLE color: 16112126.

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

Color convert

RGB254217245-
CMYK00.150.040.00
HSL314.59º94.87%92.35%-
HSV(B)314.59º14.57%99.61%-
XYZ82.1777.2996.97-
YUV231.26135.76144.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 217 (85.16% from 255) = 30.31%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=35.47%
G=30.31%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421724500.150.040.00314.5994.8792.35
HexFED9F50F4013b5f5c
Octal37633136501740473137134
Binary11111110110110011111010101111100010011101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F5; }

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

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

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

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

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

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

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

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