#FAD8E3

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

Shades of Pig Pink #FAD8E3

Tints of Pig Pink #FAD8E3

Color information

#FAD8E3 (or 0xFAD8E3) is unknown color: approx Pig Pink. HEX triplet: FA, D8 and E3. RGB value is (250,216,227). Sum of RGB (Red+Green+Blue) = 250+216+227=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 227 (89.06% from 255 or 32.76% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8E3 is #05271C. Grayscale: #E3E3E3. Windows color (decimal): -337693 or 14932218. OLE color: 14932218.

HSL color Cylindrical-coordinate representation of color #FAD8E3: hue angle of 340.59º 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 #FAD8E3 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB250216227-
CMYK00.140.090.02
HSL340.59º77.27%91.37%-
HSV(B)340.59º13.6%98.04%-
XYZ77.8574.9883.04-
YUV227.42127.76144.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 216 (84.77% from 255) = 31.17%
BLUE value IS 227 (89.06% from 255) = 32.76%
R=36.08%
G=31.17%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021622700.140.090.02340.5977.2791.37
HexFAD8E30E921554d5b
Octal372330343016112525115133
Binary1111101011011000111000110111010011010101010110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8E3; }

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

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

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

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

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

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

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

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