#FFD3EB

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

Shades of Pig Pink #FFD3EB

Tints of Pig Pink #FFD3EB

Color information

#FFD3EB (or 0xFFD3EB) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and EB. RGB value is (255,211,235). Sum of RGB (Red+Green+Blue) = 255+211+235=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3EB is #002C14. Grayscale: #E2E2E2. Windows color (decimal): -11285 or 15455231. OLE color: 15455231.

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

Color convert

RGB255211235-
CMYK00.170.080
HSL327.27º100%91.37%-
HSV(B)327.27º17.25%100%-
XYZ79.5373.8588.66-
YUV226.89132.58148.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 211 (82.81% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=36.38%
G=30.10%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521123500.170.080327.2710091.37
HexFFD3EB01180147645b
Octal377323353021100507144133
Binary1111111111010011111010110100011000010100011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3EB; }

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

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

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

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

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

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

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

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