#FFD3ED

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

Shades of Pig Pink #FFD3ED

Tints of Pig Pink #FFD3ED

Color information

#FFD3ED (or 0xFFD3ED) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and ED. RGB value is (255,211,237). Sum of RGB (Red+Green+Blue) = 255+211+237=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 211 (82.81% from 255 or 30.01% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3ED is #002C12. Grayscale: #E3E3E3. Windows color (decimal): -11283 or 15586303. OLE color: 15586303.

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

Color convert

RGB255211237-
CMYK00.170.070
HSL324.55º100%91.37%-
HSV(B)324.55º17.25%100%-
XYZ79.8273.9690.19-
YUV227.12133.58147.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 211 (82.81% from 255) = 30.01%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=36.27%
G=30.01%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521123700.170.070324.5510091.37
HexFFD3ED01170145645b
Octal37732335502170505144133
Binary111111111101001111101101010001111010100010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3ED; }

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

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

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

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

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

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

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

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