#FFD9F1

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

Shades of Pig Pink #FFD9F1

Tints of Pig Pink #FFD9F1

Color information

#FFD9F1 (or 0xFFD9F1) is unknown color: approx Pig Pink. HEX triplet: FF, D9 and F1. RGB value is (255,217,241). Sum of RGB (Red+Green+Blue) = 255+217+241=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 217 (85.16% from 255 or 30.43% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F1 is #00260E. Grayscale: #E7E7E7. Windows color (decimal): -9743 or 15849983. OLE color: 15849983.

HSL color Cylindrical-coordinate representation of color #FFD9F1: hue angle of 322.11º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD9F1 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255217241-
CMYK00.150.050
HSL322.11º100%92.55%-
HSV(B)322.11º14.9%100%-
XYZ81.9377.2493.81-
YUV231.1133.59145.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.76%
GREEN value IS 217 (85.16% from 255) = 30.43%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=35.76%
G=30.43%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521724100.150.050322.1110092.55
HexFFD9F10F50142645d
Octal37733136101750502144135
Binary11111111110110011111000101111101010100001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9F1; }

 p { color: rgb(255,217,241); }

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

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

 a { background-color: rgb(255,217,241); }

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

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

 span { border-color: rgb(255,217,241); }

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