#FADAEC

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

Shades of Pig Pink #FADAEC

Tints of Pig Pink #FADAEC

Color information

#FADAEC (or 0xFADAEC) is unknown color: approx Pig Pink. HEX triplet: FA, DA and EC. RGB value is (250,218,236). Sum of RGB (Red+Green+Blue) = 250+218+236=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADAEC is #052513. Grayscale: #E5E5E5. Windows color (decimal): -337172 or 15522554. OLE color: 15522554.

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

Color convert

RGB250218236-
CMYK00.130.060.02
HSL326.25º76.19%91.76%-
HSV(B)326.25º12.8%98.04%-
XYZ79.6476.5289.93-
YUV229.62131.6142.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 218 (85.55% from 255) = 30.97%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=35.51%
G=30.97%
B=33.52%

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
Decimal25021823600.130.060.02326.2576.1991.76
HexFADAEC0D621464c5c
Octal37233235401562506114134
Binary111110101101101011101100011011101010100011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADAEC; }

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

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

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

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

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

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

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

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