#FEDDE7

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

Shades of Pig Pink #FEDDE7

Tints of Pig Pink #FEDDE7

Color information

#FEDDE7 (or 0xFEDDE7) is unknown color: approx Pig Pink. HEX triplet: FE, DD and E7. RGB value is (254,221,231). Sum of RGB (Red+Green+Blue) = 254+221+231=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 231 (90.62% from 255 or 32.72% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDE7 is #012218. Grayscale: #E7E7E7. Windows color (decimal): -74265 or 15195646. OLE color: 15195646.

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

Color convert

RGB254221231-
CMYK00.130.090.00
HSL341.82º94.29%93.14%-
HSV(B)341.82º12.99%99.61%-
XYZ81.1578.5586.49-
YUV232.01127.43143.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.98%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 231 (90.62% from 255) = 32.72%
R=35.98%
G=31.30%
B=32.72%

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
Decimal25422123100.130.090.00341.8294.2993.14
HexFEDDE70D901565e5d
Octal376335347015110526136135
Binary111111101101110111100111011011001010101011010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDDE7; }

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

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

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

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

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

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

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

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