#FED7E7

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

Shades of Pig Pink #FED7E7

Tints of Pig Pink #FED7E7

Color information

#FED7E7 (or 0xFED7E7) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and E7. RGB value is (254,215,231). Sum of RGB (Red+Green+Blue) = 254+215+231=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 215 (84.38% from 255 or 30.71% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7E7 is #012818. Grayscale: #E4E4E4. Windows color (decimal): -75801 or 15194110. OLE color: 15194110.

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

Color convert

RGB254215231-
CMYK00.150.090.00
HSL335.38º95.12%91.96%-
HSV(B)335.38º15.35%99.61%-
XYZ79.675.4485.97-
YUV228.48129.42146.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.29%
GREEN value IS 215 (84.38% from 255) = 30.71%
BLUE value IS 231 (90.62% from 255) = 33%
R=36.29%
G=30.71%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421523100.150.090.00335.3895.1291.96
HexFED7E70F9014f5f5c
Octal376327347017110517137134
Binary111111101101011111100111011111001010100111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7E7; }

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

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

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

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

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

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

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

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