#FFD9F3

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

Shades of Pig Pink #FFD9F3

Tints of Pig Pink #FFD9F3

Color information

#FFD9F3 (or 0xFFD9F3) is unknown color: approx Pig Pink. HEX triplet: FF, D9 and F3. RGB value is (255,217,243). Sum of RGB (Red+Green+Blue) = 255+217+243=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 217 (85.16% from 255 or 30.35% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD9F3 is #00260C. Grayscale: #E7E7E7. Windows color (decimal): -9741 or 15981055. OLE color: 15981055.

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

Color convert

RGB255217243-
CMYK00.150.050
HSL318.95º100%92.55%-
HSV(B)318.95º14.9%100%-
XYZ82.2377.3695.39-
YUV231.33134.59144.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 217 (85.16% from 255) = 30.35%
BLUE value IS 243 (95.31% from 255) = 33.99%
R=35.66%
G=30.35%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521724300.150.050318.9510092.55
HexFFD9F30F5013f645d
Octal37733136301750477144135
Binary11111111110110011111001101111101010011111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD9F3; }

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

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

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

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

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

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

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

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