#FED9F3

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

Shades of Pig Pink #FED9F3

Tints of Pig Pink #FED9F3

Color information

#FED9F3 (or 0xFED9F3) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and F3. RGB value is (254,217,243). Sum of RGB (Red+Green+Blue) = 254+217+243=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F3 is #01260C. Grayscale: #E6E6E6. Windows color (decimal): -75277 or 15981054. OLE color: 15981054.

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

Color convert

RGB254217243-
CMYK00.150.040.00
HSL317.84º94.87%92.35%-
HSV(B)317.84º14.57%99.61%-
XYZ81.8677.1795.37-
YUV231.03134.76144.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 217 (85.16% from 255) = 30.39%
BLUE value IS 243 (95.31% from 255) = 34.03%
R=35.57%
G=30.39%
B=34.03%

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
Decimal25421724300.150.040.00317.8494.8792.35
HexFED9F30F4013e5f5c
Octal37633136301740476137134
Binary11111110110110011111001101111100010011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F3; }

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

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

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

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

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

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

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

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