#FED7F4

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

Shades of Pig Pink #FED7F4

Tints of Pig Pink #FED7F4

Color information

#FED7F4 (or 0xFED7F4) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and F4. RGB value is (254,215,244). Sum of RGB (Red+Green+Blue) = 254+215+244=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 215 (84.38% from 255 or 30.15% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F4 is #01280B. Grayscale: #E5E5E5. Windows color (decimal): -75788 or 16046078. OLE color: 16046078.

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

Color convert

RGB254215244-
CMYK00.150.040.00
HSL315.38º95.12%91.96%-
HSV(B)315.38º15.35%99.61%-
XYZ81.576.296-
YUV229.97135.92145.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.62%
GREEN value IS 215 (84.38% from 255) = 30.15%
BLUE value IS 244 (95.70% from 255) = 34.22%
R=35.62%
G=30.15%
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
Decimal25421524400.150.040.00315.3895.1291.96
HexFED7F40F4013b5f5c
Octal37632736401740473137134
Binary11111110110101111111010001111100010011101110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F4; }

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

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

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

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

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

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

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

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