#FDCDDF

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

Shades of Pig Pink #FDCDDF

Tints of Pig Pink #FDCDDF

Color information

#FDCDDF (or 0xFDCDDF) is unknown color: approx Pig Pink. HEX triplet: FD, CD and DF. RGB value is (253,205,223). Sum of RGB (Red+Green+Blue) = 253+205+223=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDDF is #023220. Grayscale: #DDDDDD. Windows color (decimal): -143905 or 14667261. OLE color: 14667261.

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

Color convert

RGB253205223-
CMYK00.190.120.01
HSL337.5º92.31%89.8%-
HSV(B)337.5º18.97%99.22%-
XYZ75.6669.8779.31-
YUV221.4128.9150.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.15%
GREEN value IS 205 (80.47% from 255) = 30.10%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=37.15%
G=30.10%
B=32.75%

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
Decimal25320522300.190.120.01337.592.3189.8
HexFDCDDF013C11525c5a
Octal375315337023141522134132
Binary1111110111001101110111110100111100110101001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDDF; }

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

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

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

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

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

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

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

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