#FFD6EA

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

Shades of Pig Pink #FFD6EA

Tints of Pig Pink #FFD6EA

Color information

#FFD6EA (or 0xFFD6EA) is unknown color: approx Pig Pink. HEX triplet: FF, D6 and EA. RGB value is (255,214,234). Sum of RGB (Red+Green+Blue) = 255+214+234=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 214 (83.98% from 255 or 30.44% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EA is #002915. Grayscale: #E4E4E4. Windows color (decimal): -10518 or 15390463. OLE color: 15390463.

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

Color convert

RGB255214234-
CMYK00.160.080
HSL330.73º100%91.96%-
HSV(B)330.73º16.08%100%-
XYZ80.1475.2988.15-
YUV228.54131.08146.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.27%
GREEN value IS 214 (83.98% from 255) = 30.44%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=36.27%
G=30.44%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521423400.160.080330.7310091.96
HexFFD6EA0108014b645c
Octal377326352020100513144134
Binary1111111111010110111010100100001000010100101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6EA; }

 p { color: rgb(255,214,234); }

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

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

 a { background-color: rgb(255,214,234); }

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

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

 span { border-color: rgb(255,214,234); }

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