#FDCDDE

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

Shades of Pig Pink #FDCDDE

Tints of Pig Pink #FDCDDE

Color information

#FDCDDE (or 0xFDCDDE) is unknown color: approx Pig Pink. HEX triplet: FD, CD and DE. RGB value is (253,205,222). Sum of RGB (Red+Green+Blue) = 253+205+222=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDE is #023221. Grayscale: #DDDDDD. Windows color (decimal): -143906 or 14601725. OLE color: 14601725.

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

Color convert

RGB253205222-
CMYK00.190.120.01
HSL338.75º92.31%89.8%-
HSV(B)338.75º18.97%99.22%-
XYZ75.5269.8278.6-
YUV221.29128.4150.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.21%
GREEN value IS 205 (80.47% from 255) = 30.15%
BLUE value IS 222 (87.11% from 255) = 32.65%
R=37.21%
G=30.15%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320522200.190.120.01338.7592.3189.8
HexFDCDDE013C11535c5a
Octal375315336023141523134132
Binary1111110111001101110111100100111100110101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDE; }

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

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

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

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

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

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

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

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