#FDDEEC

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

Shades of Pig Pink #FDDEEC

Tints of Pig Pink #FDDEEC

Color information

#FDDEEC (or 0xFDDEEC) is unknown color: approx Pig Pink. HEX triplet: FD, DE and EC. RGB value is (253,222,236). Sum of RGB (Red+Green+Blue) = 253+222+236=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEEC is #022113. Grayscale: #E8E8E8. Windows color (decimal): -139540 or 15523581. OLE color: 15523581.

HSL color Cylindrical-coordinate representation of color #FDDEEC: hue angle of 332.9º 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 #FDDEEC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253222236-
CMYK00.120.070.01
HSL332.9º88.57%93.14%-
HSV(B)332.9º12.25%99.22%-
XYZ81.7779.1890.33-
YUV232.86129.77142.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.58%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 236 (92.58% from 255) = 33.19%
R=35.58%
G=31.22%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322223600.120.070.01332.988.5793.14
HexFDDEEC0C7114d595d
Octal37533635401471515131135
Binary11111101110111101110110001100111110100110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDEEC; }

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

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

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

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

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

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

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

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