#FEDAE6

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

Shades of Pig Pink #FEDAE6

Tints of Pig Pink #FEDAE6

Color information

#FEDAE6 (or 0xFEDAE6) is unknown color: approx Pig Pink. HEX triplet: FE, DA and E6. RGB value is (254,218,230). Sum of RGB (Red+Green+Blue) = 254+218+230=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAE6 is #012519. Grayscale: #E6E6E6. Windows color (decimal): -75034 or 15129342. OLE color: 15129342.

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

Color convert

RGB254218230-
CMYK00.140.090.00
HSL340º94.74%92.55%-
HSV(B)340º14.17%99.61%-
XYZ80.2376.9385.48-
YUV230.13127.93145.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.18%
GREEN value IS 218 (85.55% from 255) = 31.05%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=36.18%
G=31.05%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421823000.140.090.0034094.7492.55
HexFEDAE60E901545f5d
Octal376332346016110524137135
Binary111111101101101011100110011101001010101010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE6; }

 p { color: rgb(254,218,230); }

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

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

 a { background-color: rgb(254,218,230); }

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

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

 span { border-color: rgb(254,218,230); }

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