#FDDCE5

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

Shades of Pig Pink #FDDCE5

Tints of Pig Pink #FDDCE5

Color information

#FDDCE5 (or 0xFDDCE5) is unknown color: approx Pig Pink. HEX triplet: FD, DC and E5. RGB value is (253,220,229). Sum of RGB (Red+Green+Blue) = 253+220+229=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE5 is #02231A. Grayscale: #E6E6E6. Windows color (decimal): -140059 or 15064317. OLE color: 15064317.

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

Color convert

RGB253220229-
CMYK00.130.090.01
HSL343.64º89.19%92.75%-
HSV(B)343.64º13.04%99.22%-
XYZ80.2477.7384.9-
YUV230.89126.93143.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=36.04%
G=31.34%
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.01
SystemRedGreenBlueCMYKHSL
Decimal25322022900.130.090.01343.6489.1992.75
HexFDDCE50D91158595d
Octal375334345015111530131135
Binary111111011101110011100101011011001110101100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCE5; }

 p { color: rgb(253,220,229); }

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

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

 a { background-color: rgb(253,220,229); }

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

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

 span { border-color: rgb(253,220,229); }

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