#FDE1EC

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

Shades of Pig Pink #FDE1EC

Tints of Pig Pink #FDE1EC

Color information

#FDE1EC (or 0xFDE1EC) is unknown color: approx Pig Pink. HEX triplet: FD, E1 and EC. RGB value is (253,225,236). Sum of RGB (Red+Green+Blue) = 253+225+236=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 236 (92.58% from 255 or 33.05% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDE1EC is #021E13. Grayscale: #EAEAEA. Windows color (decimal): -138772 or 15524349. OLE color: 15524349.

HSL color Cylindrical-coordinate representation of color #FDE1EC: hue angle of 336.43º 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 #FDE1EC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253225236-
CMYK00.110.070.01
HSL336.43º87.5%93.73%-
HSV(B)336.43º11.07%99.22%-
XYZ82.5780.7990.6-
YUV234.63128.78141.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 225 (88.28% from 255) = 31.51%
BLUE value IS 236 (92.58% from 255) = 33.05%
R=35.43%
G=31.51%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322523600.110.070.01336.4387.593.73
HexFDE1EC0B71150585e
Octal37534135401371520130136
Binary11111101111000011110110001011111110101000010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE1EC; }

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

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

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

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

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

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

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

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