#FED2DE

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

Shades of Pig Pink #FED2DE

Tints of Pig Pink #FED2DE

Color information

#FED2DE (or 0xFED2DE) is unknown color: approx Pig Pink. HEX triplet: FE, D2 and DE. RGB value is (254,210,222). Sum of RGB (Red+Green+Blue) = 254+210+222=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2DE is #012D21. Grayscale: #E0E0E0. Windows color (decimal): -77090 or 14603006. OLE color: 14603006.

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

Color convert

RGB254210222-
CMYK00.170.130.00
HSL343.64º95.65%90.98%-
HSV(B)343.64º17.32%99.61%-
XYZ77.172.4479.03-
YUV224.52126.58149.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 210 (82.42% from 255) = 30.61%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=37.03%
G=30.61%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421022200.170.130.00343.6495.6590.98
HexFED2DE011D0158605b
Octal376322336021150530140133
Binary1111111011010010110111100100011101010101100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED2DE; }

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

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

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

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

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

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

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

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