#FFD4ED

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

Shades of Pig Pink #FFD4ED

Tints of Pig Pink #FFD4ED

Color information

#FFD4ED (or 0xFFD4ED) is unknown color: approx Pig Pink. HEX triplet: FF, D4 and ED. RGB value is (255,212,237). Sum of RGB (Red+Green+Blue) = 255+212+237=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4ED is #002B12. Grayscale: #E3E3E3. Windows color (decimal): -11027 or 15586559. OLE color: 15586559.

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

Color convert

RGB255212237-
CMYK00.170.070
HSL325.12º100%91.57%-
HSV(B)325.12º16.86%100%-
XYZ80.0774.4690.27-
YUV227.71133.25147.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 30.11%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=36.22%
G=30.11%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521223700.170.070325.1210091.57
HexFFD4ED01170145645c
Octal37732435502170505144134
Binary111111111101010011101101010001111010100010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4ED; }

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

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

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

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

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

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

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

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