#FFD6F1

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

Shades of Pig Pink #FFD6F1

Tints of Pig Pink #FFD6F1

Color information

#FFD6F1 (or 0xFFD6F1) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and F1. RGB value is (255,214,241). Sum of RGB (Red+Green+Blue) = 255+214+241=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6F1 is #00290E. Grayscale: #E5E5E5. Windows color (decimal): -10511 or 15849215. OLE color: 15849215.

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

Color convert

RGB255214241-
CMYK00.160.050
HSL320.49º100%91.96%-
HSV(B)320.49º16.08%100%-
XYZ81.1675.793.55-
YUV229.34134.58146.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 214 (83.98% from 255) = 30.14%
BLUE value IS 241 (94.53% from 255) = 33.94%
R=35.92%
G=30.14%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521424100.160.050320.4910091.96
HexFFD6F101050140645c
Octal37732636102050500144134
Binary111111111101011011110001010000101010100000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6F1; }

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

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

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

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

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

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

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

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