#FADAEB

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

Shades of Pig Pink #FADAEB

Tints of Pig Pink #FADAEB

Color information

#FADAEB (or 0xFADAEB) is unknown color: approx Pig Pink. HEX triplet: FA, DA and EB. RGB value is (250,218,235). Sum of RGB (Red+Green+Blue) = 250+218+235=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAEB is #052514. Grayscale: #E5E5E5. Windows color (decimal): -337173 or 15457018. OLE color: 15457018.

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

Color convert

RGB250218235-
CMYK00.130.060.02
HSL328.12º76.19%91.76%-
HSV(B)328.12º12.8%98.04%-
XYZ79.4976.4689.17-
YUV229.51131.1142.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 218 (85.55% from 255) = 31.01%
BLUE value IS 235 (92.19% from 255) = 33.43%
R=35.56%
G=31.01%
B=33.43%

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
Decimal25021823500.130.060.02328.1276.1991.76
HexFADAEB0D621484c5c
Octal37233235301562510114134
Binary111110101101101011101011011011101010100100010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAEB; }

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

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

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

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

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

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

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

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