#FED5EB

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

Shades of Pig Pink #FED5EB

Tints of Pig Pink #FED5EB

Color information

#FED5EB (or 0xFED5EB) is unknown color: approx Pig Pink. HEX triplet: FE, D5 and EB. RGB value is (254,213,235). Sum of RGB (Red+Green+Blue) = 254+213+235=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 213 (83.59% from 255 or 30.34% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5EB is #012A14. Grayscale: #E3E3E3. Windows color (decimal): -76309 or 15455742. OLE color: 15455742.

HSL color Cylindrical-coordinate representation of color #FED5EB: hue angle of 327.8º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED5EB is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254213235-
CMYK00.160.070.00
HSL327.8º95.35%91.57%-
HSV(B)327.8º16.14%99.61%-
XYZ79.6674.6688.81-
YUV227.77132.08146.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 213 (83.59% from 255) = 30.34%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=36.18%
G=30.34%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421323500.160.070.00327.895.3591.57
HexFED5EB010701485f5c
Octal37632535302070510137134
Binary111111101101010111101011010000111010100100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED5EB; }

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

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

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

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

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

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

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

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