#FDDCF0

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

Shades of Pig Pink #FDDCF0

Tints of Pig Pink #FDDCF0

Color information

#FDDCF0 (or 0xFDDCF0) is unknown color: approx Pig Pink. HEX triplet: FD, DC and F0. RGB value is (253,220,240). Sum of RGB (Red+Green+Blue) = 253+220+240=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF0 is #02230F. Grayscale: #E8E8E8. Windows color (decimal): -140048 or 15785213. OLE color: 15785213.

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

Color convert

RGB253220240-
CMYK00.130.050.01
HSL323.64º89.19%92.75%-
HSV(B)323.64º13.04%99.22%-
XYZ81.8378.3693.25-
YUV232.15132.43142.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=35.48%
G=30.86%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322024000.130.050.01323.6489.1992.75
HexFDDCF00D51144595d
Octal37533436001551504131135
Binary11111101110111001111000001101101110100010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCF0; }

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

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

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

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

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

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

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

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