#FEDAE5

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

Shades of Pig Pink #FEDAE5

Tints of Pig Pink #FEDAE5

Color information

#FEDAE5 (or 0xFEDAE5) is unknown color: approx Pig Pink. HEX triplet: FE, DA and E5. RGB value is (254,218,229). Sum of RGB (Red+Green+Blue) = 254+218+229=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 218 (85.55% from 255 or 31.10% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAE5 is #01251A. Grayscale: #E6E6E6. Windows color (decimal): -75035 or 15063806. OLE color: 15063806.

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

Color convert

RGB254218229-
CMYK00.140.100.00
HSL341.67º94.74%92.55%-
HSV(B)341.67º14.17%99.61%-
XYZ80.0976.8784.75-
YUV230.02127.43145.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.23%
GREEN value IS 218 (85.55% from 255) = 31.10%
BLUE value IS 229 (89.84% from 255) = 32.67%
R=36.23%
G=31.10%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421822900.140.100.00341.6794.7492.55
HexFEDAE50EA01565f5d
Octal376332345016120526137135
Binary111111101101101011100101011101010010101011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE5; }

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

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

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

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

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

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

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

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