#FEDFEF

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

Shades of Pig Pink #FEDFEF

Tints of Pig Pink #FEDFEF

Color information

#FEDFEF (or 0xFEDFEF) is unknown color: approx Pig Pink. HEX triplet: FE, DF and EF. RGB value is (254,223,239). Sum of RGB (Red+Green+Blue) = 254+223+239=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 239 (93.75% from 255 or 33.38% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFEF is #012010. Grayscale: #EAEAEA. Windows color (decimal): -73745 or 15720446. OLE color: 15720446.

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

Color convert

RGB254223239-
CMYK00.120.060.00
HSL329.03º93.94%93.53%-
HSV(B)329.03º12.2%99.61%-
XYZ82.8480.0892.75-
YUV234.09130.77142.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 239 (93.75% from 255) = 33.38%
R=35.47%
G=31.15%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422323900.120.060.00329.0393.9493.53
HexFEDFEF0C601495e5e
Octal37633735701460511136136
Binary11111110110111111110111101100110010100100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFEF; }

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

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

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

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

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

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

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

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