#FDDBF2

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

Shades of Pig Pink #FDDBF2

Tints of Pig Pink #FDDBF2

Color information

#FDDBF2 (or 0xFDDBF2) is unknown color: approx Pig Pink. HEX triplet: FD, DB and F2. RGB value is (253,219,242). Sum of RGB (Red+Green+Blue) = 253+219+242=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 219 (85.94% from 255 or 30.67% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBF2 is #02240D. Grayscale: #E7E7E7. Windows color (decimal): -140302 or 15916029. OLE color: 15916029.

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

Color convert

RGB253219242-
CMYK00.130.040.01
HSL319.41º89.47%92.55%-
HSV(B)319.41º13.44%99.22%-
XYZ81.8777.9694.74-
YUV231.79133.76143.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.43%
GREEN value IS 219 (85.94% from 255) = 30.67%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=35.43%
G=30.67%
B=33.89%

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
Decimal25321924200.130.040.01319.4189.4792.55
HexFDDBF20D4113f595d
Octal37533336201541477131135
Binary11111101110110111111001001101100110011111110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBF2; }

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

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

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

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

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

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

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

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