#FEDDE6

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

Shades of Pig Pink #FEDDE6

Tints of Pig Pink #FEDDE6

Color information

#FEDDE6 (or 0xFEDDE6) is unknown color: approx Pig Pink. HEX triplet: FE, DD and E6. RGB value is (254,221,230). Sum of RGB (Red+Green+Blue) = 254+221+230=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 230 (90.23% from 255 or 32.62% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDE6 is #012219. Grayscale: #E7E7E7. Windows color (decimal): -74266 or 15130110. OLE color: 15130110.

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

Color convert

RGB254221230-
CMYK00.130.090.00
HSL343.64º94.29%93.14%-
HSV(B)343.64º12.99%99.61%-
XYZ81.0178.585.74-
YUV231.89126.93143.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 230 (90.23% from 255) = 32.62%
R=36.03%
G=31.35%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422123000.130.090.00343.6494.2993.14
HexFEDDE60D901585e5d
Octal376335346015110530136135
Binary111111101101110111100110011011001010101100010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDE6; }

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

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

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

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

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

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

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

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