#FED3EF

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

Shades of Pig Pink #FED3EF

Tints of Pig Pink #FED3EF

Color information

#FED3EF (or 0xFED3EF) is unknown color: approx Pig Pink. HEX triplet: FE, D3 and EF. RGB value is (254,211,239). Sum of RGB (Red+Green+Blue) = 254+211+239=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 211 (82.81% from 255 or 29.97% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED3EF is #012C10. Grayscale: #E2E2E2. Windows color (decimal): -76817 or 15717374. OLE color: 15717374.

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

Color convert

RGB254211239-
CMYK00.170.060.00
HSL320.93º95.56%91.18%-
HSV(B)320.93º16.93%99.61%-
XYZ79.7573.8991.72-
YUV227.05134.75147.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 211 (82.81% from 255) = 29.97%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=36.08%
G=29.97%
B=33.95%

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
Decimal25421123900.170.060.00320.9395.5691.18
HexFED3EF01160141605b
Octal37632335702160501140133
Binary111111101101001111101111010001110010100000111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED3EF; }

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

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

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

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

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

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

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

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