#FED4EB

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

Shades of Pig Pink #FED4EB

Tints of Pig Pink #FED4EB

Color information

#FED4EB (or 0xFED4EB) is unknown color: approx Pig Pink. HEX triplet: FE, D4 and EB. RGB value is (254,212,235). Sum of RGB (Red+Green+Blue) = 254+212+235=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4EB is #012B14. Grayscale: #E3E3E3. Windows color (decimal): -76565 or 15455486. OLE color: 15455486.

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

Color convert

RGB254212235-
CMYK00.170.070.00
HSL327.14º95.45%91.37%-
HSV(B)327.14º16.54%99.61%-
XYZ79.4174.1688.73-
YUV227.18132.41147.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 212 (83.20% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=36.23%
G=30.24%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421223500.170.070.00327.1495.4591.37
HexFED4EB011701475f5b
Octal37632435302170507137133
Binary111111101101010011101011010001111010100011110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4EB; }

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

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

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

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

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

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

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

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