#FEDEF5

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

Shades of Pig Pink #FEDEF5

Tints of Pig Pink #FEDEF5

Color information

#FEDEF5 (or 0xFEDEF5) is unknown color: approx Pig Pink. HEX triplet: FE, DE and F5. RGB value is (254,222,245). Sum of RGB (Red+Green+Blue) = 254+222+245=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 222 (87.11% from 255 or 30.79% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF5 is #01210A. Grayscale: #EAEAEA. Windows color (decimal): -73995 or 16113406. OLE color: 16113406.

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

Color convert

RGB254222245-
CMYK00.130.040.00
HSL316.88º94.12%93.33%-
HSV(B)316.88º12.6%99.61%-
XYZ83.4879.9197.41-
YUV234.19134.1142.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 222 (87.11% from 255) = 30.79%
BLUE value IS 245 (96.09% from 255) = 33.98%
R=35.23%
G=30.79%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422224500.130.040.00316.8894.1293.33
HexFEDEF50D4013d5e5d
Octal37633636501540475136135
Binary11111110110111101111010101101100010011110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEF5; }

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

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

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

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

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

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

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

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