#FEDEEA

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

Shades of Pig Pink #FEDEEA

Tints of Pig Pink #FEDEEA

Color information

#FEDEEA (or 0xFEDEEA) is unknown color: approx Pig Pink. HEX triplet: FE, DE and EA. RGB value is (254,222,234). Sum of RGB (Red+Green+Blue) = 254+222+234=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEA is #012115. Grayscale: #E8E8E8. Windows color (decimal): -74006 or 15392510. OLE color: 15392510.

HSL color Cylindrical-coordinate representation of color #FEDEEA: hue angle of 337.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEEA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254222234-
CMYK00.130.080.00
HSL337.5º94.12%93.33%-
HSV(B)337.5º12.6%99.61%-
XYZ81.8579.2588.83-
YUV232.94128.6143.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.77%
GREEN value IS 222 (87.11% from 255) = 31.27%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=35.77%
G=31.27%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422223400.130.080.00337.594.1293.33
HexFEDEEA0D801525e5d
Octal376336352015100522136135
Binary111111101101111011101010011011000010101001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEEA; }

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

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

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

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

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

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

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

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