#FED7F2

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

Shades of Pig Pink #FED7F2

Tints of Pig Pink #FED7F2

Color information

#FED7F2 (or 0xFED7F2) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and F2. RGB value is (254,215,242). Sum of RGB (Red+Green+Blue) = 254+215+242=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 215 (84.38% from 255 or 30.24% from 711); Blue value is 242 (94.92% from 255 or 34.04% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F2 is #01280D. Grayscale: #E5E5E5. Windows color (decimal): -75790 or 15915006. OLE color: 15915006.

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

Color convert

RGB254215242-
CMYK00.150.050.00
HSL318.46º95.12%91.96%-
HSV(B)318.46º15.35%99.61%-
XYZ81.276.0894.41-
YUV229.74134.92145.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 215 (84.38% from 255) = 30.24%
BLUE value IS 242 (94.92% from 255) = 34.04%
R=35.72%
G=30.24%
B=34.04%

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
Decimal25421524200.150.050.00318.4695.1291.96
HexFED7F20F5013e5f5c
Octal37632736201750476137134
Binary11111110110101111111001001111101010011111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F2; }

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

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

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

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

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

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

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

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