#FFD4EA

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

Shades of Pig Pink #FFD4EA

Tints of Pig Pink #FFD4EA

Color information

#FFD4EA (or 0xFFD4EA) is unknown color: approx Pig Pink. HEX triplet: FF, D4 and EA. RGB value is (255,212,234). Sum of RGB (Red+Green+Blue) = 255+212+234=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 212 (83.20% from 255 or 30.24% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4EA is #002B15. Grayscale: #E3E3E3. Windows color (decimal): -11030 or 15389951. OLE color: 15389951.

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

Color convert

RGB255212234-
CMYK00.170.080
HSL329.3º100%91.57%-
HSV(B)329.3º16.86%100%-
XYZ79.6374.2987.98-
YUV227.36131.75147.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 212 (83.20% from 255) = 30.24%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=36.38%
G=30.24%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521223400.170.080329.310091.57
HexFFD4EA01180149645c
Octal377324352021100511144134
Binary1111111111010100111010100100011000010100100111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4EA; }

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

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

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

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

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

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

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

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