#FED9F1

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

Shades of Pig Pink #FED9F1

Tints of Pig Pink #FED9F1

Color information

#FED9F1 (or 0xFED9F1) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and F1. RGB value is (254,217,241). Sum of RGB (Red+Green+Blue) = 254+217+241=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 217 (85.16% from 255 or 30.48% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F1 is #01260E. Grayscale: #E6E6E6. Windows color (decimal): -75279 or 15849982. OLE color: 15849982.

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

Color convert

RGB254217241-
CMYK00.150.050.00
HSL321.08º94.87%92.35%-
HSV(B)321.08º14.57%99.61%-
XYZ81.5677.0593.79-
YUV230.8133.76144.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 217 (85.16% from 255) = 30.48%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=35.67%
G=30.48%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421724100.150.050.00321.0894.8792.35
HexFED9F10F501415f5c
Octal37633136101750501137134
Binary11111110110110011111000101111101010100000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F1; }

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

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

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

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

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

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

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

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