#FFD7EA

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

Shades of Pig Pink #FFD7EA

Tints of Pig Pink #FFD7EA

Color information

#FFD7EA (or 0xFFD7EA) is unknown color: approx Pig Pink. HEX triplet: FF, D7 and EA. RGB value is (255,215,234). Sum of RGB (Red+Green+Blue) = 255+215+234=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 215 (84.38% from 255 or 30.54% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD7EA is #002815. Grayscale: #E5E5E5. Windows color (decimal): -10262 or 15390719. OLE color: 15390719.

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

Color convert

RGB255215234-
CMYK00.160.080
HSL331.5º100%92.16%-
HSV(B)331.5º15.69%100%-
XYZ80.3975.888.24-
YUV229.13130.75146.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.22%
GREEN value IS 215 (84.38% from 255) = 30.54%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=36.22%
G=30.54%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521523400.160.080331.510092.16
HexFFD7EA0108014c645c
Octal377327352020100514144134
Binary1111111111010111111010100100001000010100110011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD7EA; }

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

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

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

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

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

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

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

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