#FDDCF1

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

Shades of Pig Pink #FDDCF1

Tints of Pig Pink #FDDCF1

Color information

#FDDCF1 (or 0xFDDCF1) is unknown color: approx Pig Pink. HEX triplet: FD, DC and F1. RGB value is (253,220,241). Sum of RGB (Red+Green+Blue) = 253+220+241=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF1 is #02230E. Grayscale: #E8E8E8. Windows color (decimal): -140047 or 15850749. OLE color: 15850749.

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

Color convert

RGB253220241-
CMYK00.130.050.01
HSL321.82º89.19%92.75%-
HSV(B)321.82º13.04%99.22%-
XYZ81.9878.4294.03-
YUV232.26132.93142.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 220 (86.33% from 255) = 30.81%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=35.43%
G=30.81%
B=33.75%

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
Decimal25322024100.130.050.01321.8289.1992.75
HexFDDCF10D51142595d
Octal37533436101551502131135
Binary11111101110111001111000101101101110100001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCF1; }

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

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

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

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

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

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

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

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