#FAD9EB

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

Shades of Pig Pink #FAD9EB

Tints of Pig Pink #FAD9EB

Color information

#FAD9EB (or 0xFAD9EB) is unknown color: approx Pig Pink. HEX triplet: FA, D9 and EB. RGB value is (250,217,235). Sum of RGB (Red+Green+Blue) = 250+217+235=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 217 (85.16% from 255 or 30.91% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD9EB is #052614. Grayscale: #E4E4E4. Windows color (decimal): -337429 or 15456762. OLE color: 15456762.

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

Color convert

RGB250217235-
CMYK00.130.060.02
HSL327.27º76.74%91.57%-
HSV(B)327.27º13.2%98.04%-
XYZ79.2375.9589.08-
YUV228.92131.43143.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 217 (85.16% from 255) = 30.91%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=35.61%
G=30.91%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021723500.130.060.02327.2776.7491.57
HexFAD9EB0D621474d5c
Octal37233135301562507115134
Binary111110101101100111101011011011101010100011110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9EB; }

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

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

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

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

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

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

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

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