#FDDCF3

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

Shades of Pig Pink #FDDCF3

Tints of Pig Pink #FDDCF3

Color information

#FDDCF3 (or 0xFDDCF3) is unknown color: approx Pig Pink. HEX triplet: FD, DC and F3. RGB value is (253,220,243). Sum of RGB (Red+Green+Blue) = 253+220+243=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 243 (95.31% from 255 or 33.94% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF3 is #02230C. Grayscale: #E8E8E8. Windows color (decimal): -140045 or 15981821. OLE color: 15981821.

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

Color convert

RGB253220243-
CMYK00.130.040.01
HSL318.18º89.19%92.75%-
HSV(B)318.18º13.04%99.22%-
XYZ82.2878.5495.62-
YUV232.49133.93142.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.34%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 243 (95.31% from 255) = 33.94%
R=35.34%
G=30.73%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322024300.130.040.01318.1889.1992.75
HexFDDCF30D4113e595d
Octal37533436301541476131135
Binary11111101110111001111001101101100110011111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCF3; }

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

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

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

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

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

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

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

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