#FDDBF1

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

Shades of Pig Pink #FDDBF1

Tints of Pig Pink #FDDBF1

Color information

#FDDBF1 (or 0xFDDBF1) is unknown color: approx Pig Pink. HEX triplet: FD, DB and F1. RGB value is (253,219,241). Sum of RGB (Red+Green+Blue) = 253+219+241=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 219 (85.94% from 255 or 30.72% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF1 is #02240E. Grayscale: #E7E7E7. Windows color (decimal): -140303 or 15850493. OLE color: 15850493.

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

Color convert

RGB253219241-
CMYK00.130.050.01
HSL321.18º89.47%92.55%-
HSV(B)321.18º13.44%99.22%-
XYZ81.7277.993.95-
YUV231.67133.26143.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.48%
GREEN value IS 219 (85.94% from 255) = 30.72%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=35.48%
G=30.72%
B=33.80%

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
Decimal25321924100.130.050.01321.1889.4792.55
HexFDDBF10D51141595d
Octal37533336101551501131135
Binary11111101110110111111000101101101110100000110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBF1; }

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

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

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

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

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

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

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

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