#FED2EF

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

Shades of Pig Pink #FED2EF

Tints of Pig Pink #FED2EF

Color information

#FED2EF (or 0xFED2EF) is unknown color: approx Pig Pink. HEX triplet: FE, D2 and EF. RGB value is (254,210,239). Sum of RGB (Red+Green+Blue) = 254+210+239=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2EF is #012D10. Grayscale: #E2E2E2. Windows color (decimal): -77073 or 15717118. OLE color: 15717118.

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

Color convert

RGB254210239-
CMYK00.170.060.00
HSL320.45º95.65%90.98%-
HSV(B)320.45º17.32%99.61%-
XYZ79.573.491.64-
YUV226.46135.08147.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 210 (82.42% from 255) = 29.87%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=36.13%
G=29.87%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421023900.170.060.00320.4595.6590.98
HexFED2EF01160140605b
Octal37632235702160500140133
Binary111111101101001011101111010001110010100000011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2EF; }

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

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

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

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

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

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

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

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