#FAD8EA

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

Shades of Pig Pink #FAD8EA

Tints of Pig Pink #FAD8EA

Color information

#FAD8EA (or 0xFAD8EA) is unknown color: approx Pig Pink. HEX triplet: FA, D8 and EA. RGB value is (250,216,234). Sum of RGB (Red+Green+Blue) = 250+216+234=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 216 (84.77% from 255 or 30.86% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD8EA is #052715. Grayscale: #E4E4E4. Windows color (decimal): -337686 or 15390970. OLE color: 15390970.

HSL color Cylindrical-coordinate representation of color #FAD8EA: hue angle of 328.24º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD8EA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250216234-
CMYK00.140.060.02
HSL328.24º77.27%91.37%-
HSV(B)328.24º13.6%98.04%-
XYZ78.8375.3888.24-
YUV228.22131.26143.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 216 (84.77% from 255) = 30.86%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=35.71%
G=30.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021623400.140.060.02328.2477.2791.37
HexFAD8EA0E621484d5b
Octal37233035201662510115133
Binary111110101101100011101010011101101010100100010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8EA; }

 p { color: rgb(250,216,234); }

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

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

 a { background-color: rgb(250,216,234); }

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

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

 span { border-color: rgb(250,216,234); }

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