#FED2DF

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

Shades of Pig Pink #FED2DF

Tints of Pig Pink #FED2DF

Color information

#FED2DF (or 0xFED2DF) is unknown color: approx Pig Pink. HEX triplet: FE, D2 and DF. RGB value is (254,210,223). Sum of RGB (Red+Green+Blue) = 254+210+223=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DF is #012D20. Grayscale: #E0E0E0. Windows color (decimal): -77089 or 14668542. OLE color: 14668542.

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

Color convert

RGB254210223-
CMYK00.170.120.00
HSL342.27º95.65%90.98%-
HSV(B)342.27º17.32%99.61%-
XYZ77.2472.4979.73-
YUV224.64127.08148.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 210 (82.42% from 255) = 30.57%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=36.97%
G=30.57%
B=32.46%

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
Decimal25421022300.170.120.00342.2795.6590.98
HexFED2DF011C0156605b
Octal376322337021140526140133
Binary1111111011010010110111110100011100010101011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2DF; }

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

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

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

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

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

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

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

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