#FEDFED

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

Shades of Pig Pink #FEDFED

Tints of Pig Pink #FEDFED

Color information

#FEDFED (or 0xFEDFED) is unknown color: approx Pig Pink. HEX triplet: FE, DF and ED. RGB value is (254,223,237). Sum of RGB (Red+Green+Blue) = 254+223+237=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 223 (87.5% from 255 or 31.23% from 714); Blue value is 237 (92.97% from 255 or 33.19% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFED is #012012. Grayscale: #E9E9E9. Windows color (decimal): -73747 or 15589374. OLE color: 15589374.

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

Color convert

RGB254223237-
CMYK00.120.070.00
HSL332.9º93.94%93.53%-
HSV(B)332.9º12.2%99.61%-
XYZ82.5579.9691.2-
YUV233.86129.77142.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.57%
GREEN value IS 223 (87.5% from 255) = 31.23%
BLUE value IS 237 (92.97% from 255) = 33.19%
R=35.57%
G=31.23%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323700.120.070.00332.993.9493.53
HexFEDFED0C7014d5e5e
Octal37633735501470515136136
Binary11111110110111111110110101100111010100110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFED; }

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

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

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

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

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

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

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

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