#FEDEE9

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

Shades of Pig Pink #FEDEE9

Tints of Pig Pink #FEDEE9

Color information

#FEDEE9 (or 0xFEDEE9) is unknown color: approx Pig Pink. HEX triplet: FE, DE and E9. RGB value is (254,222,233). Sum of RGB (Red+Green+Blue) = 254+222+233=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 233 (91.41% from 255 or 32.86% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEE9 is #012116. Grayscale: #E8E8E8. Windows color (decimal): -74007 or 15326974. OLE color: 15326974.

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

Color convert

RGB254222233-
CMYK00.130.080.00
HSL339.38º94.12%93.33%-
HSV(B)339.38º12.6%99.61%-
XYZ81.779.288.07-
YUV232.82128.1143.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.83%
GREEN value IS 222 (87.11% from 255) = 31.31%
BLUE value IS 233 (91.41% from 255) = 32.86%
R=35.83%
G=31.31%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422223300.130.080.00339.3894.1293.33
HexFEDEE90D801535e5d
Octal376336351015100523136135
Binary111111101101111011101001011011000010101001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDEE9; }

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

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

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

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

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

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

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

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