#FDDEE9

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

Shades of Pig Pink #FDDEE9

Tints of Pig Pink #FDDEE9

Color information

#FDDEE9 (or 0xFDDEE9) is unknown color: approx Pig Pink. HEX triplet: FD, DE and E9. RGB value is (253,222,233). Sum of RGB (Red+Green+Blue) = 253+222+233=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 233 (91.41% from 255 or 32.91% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEE9 is #022116. Grayscale: #E8E8E8. Windows color (decimal): -139543 or 15326973. OLE color: 15326973.

HSL color Cylindrical-coordinate representation of color #FDDEE9: hue angle of 338.71º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEE9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253222233-
CMYK00.120.080.01
HSL338.71º88.57%93.14%-
HSV(B)338.71º12.25%99.22%-
XYZ81.3479.0188.05-
YUV232.52128.27142.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.73%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 233 (91.41% from 255) = 32.91%
R=35.73%
G=31.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322223300.120.080.01338.7188.5793.14
HexFDDEE90C81153595d
Octal375336351014101523131135
Binary111111011101111011101001011001000110101001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEE9; }

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

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

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

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

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

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

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

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