#FED3E0

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

Shades of Pig Pink #FED3E0

Tints of Pig Pink #FED3E0

Color information

#FED3E0 (or 0xFED3E0) is unknown color: approx Pig Pink. HEX triplet: FE, D3 and E0. RGB value is (254,211,224). Sum of RGB (Red+Green+Blue) = 254+211+224=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3E0 is #012C1F. Grayscale: #E1E1E1. Windows color (decimal): -76832 or 14734334. OLE color: 14734334.

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

Color convert

RGB254211224-
CMYK00.170.120.00
HSL341.86º95.56%91.18%-
HSV(B)341.86º16.93%99.61%-
XYZ77.6273.0480.53-
YUV225.34127.25148.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 211 (82.81% from 255) = 30.62%
BLUE value IS 224 (87.89% from 255) = 32.51%
R=36.87%
G=30.62%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421122400.170.120.00341.8695.5691.18
HexFED3E0011C0156605b
Octal376323340021140526140133
Binary1111111011010011111000000100011100010101011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3E0; }

 p { color: rgb(254,211,224); }

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

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

 a { background-color: rgb(254,211,224); }

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

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

 span { border-color: rgb(254,211,224); }

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