#FADAE7

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

Shades of Pig Pink #FADAE7

Tints of Pig Pink #FADAE7

Color information

#FADAE7 (or 0xFADAE7) is unknown color: approx Pig Pink. HEX triplet: FA, DA and E7. RGB value is (250,218,231). Sum of RGB (Red+Green+Blue) = 250+218+231=699 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.77% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 231 (90.62% from 255 or 33.05% from 699); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAE7 is #052518. Grayscale: #E5E5E5. Windows color (decimal): -337177 or 15194874. OLE color: 15194874.

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

Color convert

RGB250218231-
CMYK00.130.080.02
HSL335.62º76.19%91.76%-
HSV(B)335.62º12.8%98.04%-
XYZ78.9276.2486.16-
YUV229.05129.1142.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.77%
GREEN value IS 218 (85.55% from 255) = 31.19%
BLUE value IS 231 (90.62% from 255) = 33.05%
R=35.77%
G=31.19%
B=33.05%

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
Decimal25021823100.130.080.02335.6276.1991.76
HexFADAE70D821504c5c
Octal372332347015102520114134
Binary1111101011011010111001110110110001010101000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAE7; }

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

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

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

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

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

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

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

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