#FEDAE9

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

Shades of Pig Pink #FEDAE9

Tints of Pig Pink #FEDAE9

Color information

#FEDAE9 (or 0xFEDAE9) is unknown color: approx Pig Pink. HEX triplet: FE, DA and E9. RGB value is (254,218,233). Sum of RGB (Red+Green+Blue) = 254+218+233=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAE9 is #012516. Grayscale: #E6E6E6. Windows color (decimal): -75031 or 15325950. OLE color: 15325950.

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

Color convert

RGB254218233-
CMYK00.140.080.00
HSL335º94.74%92.55%-
HSV(B)335º14.17%99.61%-
XYZ80.6577.187.72-
YUV230.47129.43144.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 218 (85.55% from 255) = 30.92%
BLUE value IS 233 (91.41% from 255) = 33.05%
R=36.03%
G=30.92%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421823300.140.080.0033594.7492.55
HexFEDAE90E8014f5f5d
Octal376332351016100517137135
Binary111111101101101011101001011101000010100111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDAE9; }

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

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

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

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

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

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

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

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