#FEDFEA

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

Shades of Pig Pink #FEDFEA

Tints of Pig Pink #FEDFEA

Color information

#FEDFEA (or 0xFEDFEA) is unknown color: approx Pig Pink. HEX triplet: FE, DF and EA. RGB value is (254,223,234). Sum of RGB (Red+Green+Blue) = 254+223+234=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEA is #012015. Grayscale: #E9E9E9. Windows color (decimal): -73750 or 15392766. OLE color: 15392766.

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

Color convert

RGB254223234-
CMYK00.120.080.00
HSL338.71º93.94%93.53%-
HSV(B)338.71º12.2%99.61%-
XYZ82.1179.7988.91-
YUV233.52128.27142.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 223 (87.5% from 255) = 31.36%
BLUE value IS 234 (91.80% from 255) = 32.91%
R=35.72%
G=31.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323400.120.080.00338.7193.9493.53
HexFEDFEA0C801535e5e
Octal376337352014100523136136
Binary111111101101111111101010011001000010101001110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFEA; }

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

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

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

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

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

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

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

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