#FAD3EB

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

Shades of Pig Pink #FAD3EB

Tints of Pig Pink #FAD3EB

Color information

#FAD3EB (or 0xFAD3EB) is unknown color: approx Pig Pink. HEX triplet: FA, D3 and EB. RGB value is (250,211,235). Sum of RGB (Red+Green+Blue) = 250+211+235=696 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.92% from 696); Green value is 211 (82.81% from 255 or 30.32% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3EB is #052C14. Grayscale: #E1E1E1. Windows color (decimal): -338965 or 15455226. OLE color: 15455226.

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

Color convert

RGB250211235-
CMYK00.160.060.02
HSL323.08º79.59%90.39%-
HSV(B)323.08º15.6%98.04%-
XYZ77.7172.9188.57-
YUV225.4133.42145.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.92%
GREEN value IS 211 (82.81% from 255) = 30.32%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=35.92%
G=30.32%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021123500.160.060.02323.0879.5990.39
HexFAD3EB01062143505a
Octal37232335302062503120132
Binary1111101011010011111010110100001101010100001110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD3EB; }

 p { color: rgb(250,211,235); }

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

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

 a { background-color: rgb(250,211,235); }

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

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

 span { border-color: rgb(250,211,235); }

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