#FDE1EF

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

Shades of Pig Pink #FDE1EF

Tints of Pig Pink #FDE1EF

Color information

#FDE1EF (or 0xFDE1EF) is unknown color: approx Pig Pink. HEX triplet: FD, E1 and EF. RGB value is (253,225,239). Sum of RGB (Red+Green+Blue) = 253+225+239=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 225 (88.28% from 255 or 31.38% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1EF is #021E10. Grayscale: #EAEAEA. Windows color (decimal): -138769 or 15720957. OLE color: 15720957.

HSL color Cylindrical-coordinate representation of color #FDE1EF: hue angle of 330º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDE1EF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB253225239-
CMYK00.110.060.01
HSL330º87.5%93.73%-
HSV(B)330º11.07%99.22%-
XYZ83.0180.9792.91-
YUV234.97130.28140.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 31.38%
BLUE value IS 239 (93.75% from 255) = 33.33%
R=35.29%
G=31.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322523900.110.060.0133087.593.73
HexFDE1EF0B6114a585e
Octal37534135701361512130136
Binary11111101111000011110111101011110110100101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1EF; }

 p { color: rgb(253,225,239); }

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

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

 a { background-color: rgb(253,225,239); }

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

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

 span { border-color: rgb(253,225,239); }

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