#FFD3F0

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

Shades of Pig Pink #FFD3F0

Tints of Pig Pink #FFD3F0

Color information

#FFD3F0 (or 0xFFD3F0) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and F0. RGB value is (255,211,240). Sum of RGB (Red+Green+Blue) = 255+211+240=706 (93% of max value = 765). Red value is 255 (100% from 255 or 36.12% from 706); Green value is 211 (82.81% from 255 or 29.89% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3F0 is #002C0F. Grayscale: #E3E3E3. Windows color (decimal): -11280 or 15782911. OLE color: 15782911.

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

Color convert

RGB255211240-
CMYK00.170.060
HSL320.45º100%91.37%-
HSV(B)320.45º17.25%100%-
XYZ80.2674.1492.52-
YUV227.46135.08147.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.12%
GREEN value IS 211 (82.81% from 255) = 29.89%
BLUE value IS 240 (94.14% from 255) = 33.99%
R=36.12%
G=29.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521124000.170.060320.4510091.37
HexFFD3F001160140645b
Octal37732336002160500144133
Binary111111111101001111110000010001110010100000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3F0; }

 p { color: rgb(255,211,240); }

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

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

 a { background-color: rgb(255,211,240); }

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

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

 span { border-color: rgb(255,211,240); }

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