#FEDAE8

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

Shades of Pig Pink #FEDAE8

Tints of Pig Pink #FEDAE8

Color information

#FEDAE8 (or 0xFEDAE8) is unknown color: approx Pig Pink. HEX triplet: FE, DA and E8. RGB value is (254,218,232). Sum of RGB (Red+Green+Blue) = 254+218+232=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAE8 is #012517. Grayscale: #E6E6E6. Windows color (decimal): -75032 or 15260414. OLE color: 15260414.

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

Color convert

RGB254218232-
CMYK00.140.090.00
HSL336.67º94.74%92.55%-
HSV(B)336.67º14.17%99.61%-
XYZ80.5177.0486.97-
YUV230.36128.93144.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.08%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 232 (91.02% from 255) = 32.95%
R=36.08%
G=30.97%
B=32.95%

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
Decimal25421823200.140.090.00336.6794.7492.55
HexFEDAE80E901515f5d
Octal376332350016110521137135
Binary111111101101101011101000011101001010101000110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE8; }

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

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

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

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

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

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

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

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