#FED9F4

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

Shades of Pig Pink #FED9F4

Tints of Pig Pink #FED9F4

Color information

#FED9F4 (or 0xFED9F4) is unknown color: approx Pig Pink. HEX triplet: FE, D9 and F4. RGB value is (254,217,244). Sum of RGB (Red+Green+Blue) = 254+217+244=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 217 (85.16% from 255 or 30.35% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F4 is #01260B. Grayscale: #E7E7E7. Windows color (decimal): -75276 or 16046590. OLE color: 16046590.

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

Color convert

RGB254217244-
CMYK00.150.040.00
HSL316.22º94.87%92.35%-
HSV(B)316.22º14.57%99.61%-
XYZ82.0277.2396.17-
YUV231.14135.26144.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.52%
GREEN value IS 217 (85.16% from 255) = 30.35%
BLUE value IS 244 (95.70% from 255) = 34.13%
R=35.52%
G=30.35%
B=34.13%

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
Decimal25421724400.150.040.00316.2294.8792.35
HexFED9F40F4013c5f5c
Octal37633136401740474137134
Binary11111110110110011111010001111100010011110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED9F4; }

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

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

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

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

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

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

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

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