#FADAE6

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

Shades of Pig Pink #FADAE6

Tints of Pig Pink #FADAE6

Color information

#FADAE6 (or 0xFADAE6) is unknown color: approx Pig Pink. HEX triplet: FA, DA and E6. RGB value is (250,218,230). Sum of RGB (Red+Green+Blue) = 250+218+230=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 230 (90.23% from 255 or 32.95% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAE6 is #052519. Grayscale: #E4E4E4. Windows color (decimal): -337178 or 15129338. OLE color: 15129338.

HSL color Cylindrical-coordinate representation of color #FADAE6: hue angle of 337.5º degrees, saturation: 0.76, 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 #FADAE6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250218230-
CMYK00.130.080.02
HSL337.5º76.19%91.76%-
HSV(B)337.5º12.8%98.04%-
XYZ78.7876.1885.42-
YUV228.94128.6143.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 218 (85.55% from 255) = 31.23%
BLUE value IS 230 (90.23% from 255) = 32.95%
R=35.82%
G=31.23%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021823000.130.080.02337.576.1991.76
HexFADAE60D821524c5c
Octal372332346015102522114134
Binary1111101011011010111001100110110001010101001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAE6; }

 p { color: rgb(250,218,230); }

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

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

 a { background-color: rgb(250,218,230); }

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

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

 span { border-color: rgb(250,218,230); }

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