#FFD3E0

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

Shades of Pig Pink #FFD3E0

Tints of Pig Pink #FFD3E0

Color information

#FFD3E0 (or 0xFFD3E0) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and E0. RGB value is (255,211,224). Sum of RGB (Red+Green+Blue) = 255+211+224=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD3E0 is #002C1F. Grayscale: #E1E1E1. Windows color (decimal): -11296 or 14734335. OLE color: 14734335.

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

Color convert

RGB255211224-
CMYK00.170.120
HSL342.27º100%91.37%-
HSV(B)342.27º17.25%100%-
XYZ77.9973.2380.55-
YUV225.64127.08148.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 211 (82.81% from 255) = 30.58%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=36.96%
G=30.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521122400.170.120342.2710091.37
HexFFD3E0011C0156645b
Octal377323340021140526144133
Binary1111111111010011111000000100011100010101011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3E0; }

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

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

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

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

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

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

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

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