#FED7EB

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

Shades of Pig Pink #FED7EB

Tints of Pig Pink #FED7EB

Color information

#FED7EB (or 0xFED7EB) is unknown color: approx Pig Pink. HEX triplet: FE, D7 and EB. RGB value is (254,215,235). Sum of RGB (Red+Green+Blue) = 254+215+235=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7EB is #012814. Grayscale: #E4E4E4. Windows color (decimal): -75797 or 15456254. OLE color: 15456254.

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

Color convert

RGB254215235-
CMYK00.150.070.00
HSL329.23º95.12%91.96%-
HSV(B)329.23º15.35%99.61%-
XYZ80.1775.6788.98-
YUV228.94131.42145.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 215 (84.38% from 255) = 30.54%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=36.08%
G=30.54%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421523500.150.070.00329.2395.1291.96
HexFED7EB0F701495f5c
Octal37632735301770511137134
Binary11111110110101111110101101111111010100100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED7EB; }

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

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

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

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

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

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

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

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