#FFD3EA

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

Shades of Pig Pink #FFD3EA

Tints of Pig Pink #FFD3EA

Color information

#FFD3EA (or 0xFFD3EA) is unknown color: approx Pig Pink. HEX triplet: FF, D3 and EA. RGB value is (255,211,234). Sum of RGB (Red+Green+Blue) = 255+211+234=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 211 (82.81% from 255 or 30.14% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD3EA is #002C15. Grayscale: #E2E2E2. Windows color (decimal): -11286 or 15389695. OLE color: 15389695.

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

Color convert

RGB255211234-
CMYK00.170.080
HSL328.64º100%91.37%-
HSV(B)328.64º17.25%100%-
XYZ79.3973.7987.9-
YUV226.78132.08148.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 211 (82.81% from 255) = 30.14%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=36.43%
G=30.14%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521123400.170.080328.6410091.37
HexFFD3EA01180149645b
Octal377323352021100511144133
Binary1111111111010011111010100100011000010100100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD3EA; }

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

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

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

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

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

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

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

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