#FED2E0

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

Shades of Pig Pink #FED2E0

Tints of Pig Pink #FED2E0

Color information

#FED2E0 (or 0xFED2E0) is unknown color: approx Pig Pink. HEX triplet: FE, D2 and E0. RGB value is (254,210,224). Sum of RGB (Red+Green+Blue) = 254+210+224=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2E0 is #012D1F. Grayscale: #E0E0E0. Windows color (decimal): -77088 or 14734078. OLE color: 14734078.

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

Color convert

RGB254210224-
CMYK00.170.120.00
HSL340.91º95.65%90.98%-
HSV(B)340.91º17.32%99.61%-
XYZ77.3772.5580.45-
YUV224.75127.58148.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 210 (82.42% from 255) = 30.52%
BLUE value IS 224 (87.89% from 255) = 32.56%
R=36.92%
G=30.52%
B=32.56%

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
Decimal25421022400.170.120.00340.9195.6590.98
HexFED2E0011C0155605b
Octal376322340021140525140133
Binary1111111011010010111000000100011100010101010111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2E0; }

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

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

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

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

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

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

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

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