#FDDCE8

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

Shades of Pig Pink #FDDCE8

Tints of Pig Pink #FDDCE8

Color information

#FDDCE8 (or 0xFDDCE8) is unknown color: approx Pig Pink. HEX triplet: FD, DC and E8. RGB value is (253,220,232). Sum of RGB (Red+Green+Blue) = 253+220+232=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCE8 is #022317. Grayscale: #E7E7E7. Windows color (decimal): -140056 or 15260925. OLE color: 15260925.

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

Color convert

RGB253220232-
CMYK00.130.080.01
HSL338.18º89.19%92.75%-
HSV(B)338.18º13.04%99.22%-
XYZ80.6777.987.13-
YUV231.24128.43143.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 232 (91.02% from 255) = 32.91%
R=35.89%
G=31.21%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322023200.130.080.01338.1889.1992.75
HexFDDCE80D81152595d
Octal375334350015101522131135
Binary111111011101110011101000011011000110101001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCE8; }

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

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

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

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

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

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

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

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