#FED7F1

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

Shades of Pig Pink #FED7F1

Tints of Pig Pink #FED7F1

Color information

#FED7F1 (or 0xFED7F1) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and F1. RGB value is (254,215,241). Sum of RGB (Red+Green+Blue) = 254+215+241=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 215 (84.38% from 255 or 30.28% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F1 is #01280E. Grayscale: #E5E5E5. Windows color (decimal): -75791 or 15849470. OLE color: 15849470.

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

Color convert

RGB254215241-
CMYK00.150.050.00
HSL320º95.12%91.96%-
HSV(B)320º15.35%99.61%-
XYZ81.0576.0293.62-
YUV229.62134.42145.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 215 (84.38% from 255) = 30.28%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=35.77%
G=30.28%
B=33.94%

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
Decimal25421524100.150.050.0032095.1291.96
HexFED7F10F501405f5c
Octal37632736101750500137134
Binary11111110110101111111000101111101010100000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7F1; }

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

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

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

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

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

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

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

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