#FEDDE9

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

Shades of Pig Pink #FEDDE9

Tints of Pig Pink #FEDDE9

Color information

#FEDDE9 (or 0xFEDDE9) is unknown color: approx Pig Pink. HEX triplet: FE, DD and E9. RGB value is (254,221,233). Sum of RGB (Red+Green+Blue) = 254+221+233=708 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.88% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDE9 is #012216. Grayscale: #E8E8E8. Windows color (decimal): -74263 or 15326718. OLE color: 15326718.

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

Color convert

RGB254221233-
CMYK00.130.080.00
HSL338.18º94.29%93.14%-
HSV(B)338.18º12.99%99.61%-
XYZ81.4478.6787.98-
YUV232.24128.43143.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.88%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 233 (91.41% from 255) = 32.91%
R=35.88%
G=31.21%
B=32.91%

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
Decimal25422123300.130.080.00338.1894.2993.14
HexFEDDE90D801525e5d
Octal376335351015100522136135
Binary111111101101110111101001011011000010101001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDE9; }

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

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

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

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

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

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

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

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