#FADBEA

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

Shades of Pig Pink #FADBEA

Tints of Pig Pink #FADBEA

Color information

#FADBEA (or 0xFADBEA) is unknown color: approx Pig Pink. HEX triplet: FA, DB and EA. RGB value is (250,219,234). Sum of RGB (Red+Green+Blue) = 250+219+234=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBEA is #052415. Grayscale: #E5E5E5. Windows color (decimal): -336918 or 15391738. OLE color: 15391738.

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

Color convert

RGB250219234-
CMYK00.120.060.02
HSL330.97º75.61%91.96%-
HSV(B)330.97º12.4%98.04%-
XYZ79.6176.9388.49-
YUV229.98130.27142.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 219 (85.94% from 255) = 31.15%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=35.56%
G=31.15%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021923400.120.060.02330.9775.6191.96
HexFADBEA0C6214b4c5c
Octal37233335201462513114134
Binary111110101101101111101010011001101010100101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBEA; }

 p { color: rgb(250,219,234); }

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

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

 a { background-color: rgb(250,219,234); }

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

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

 span { border-color: rgb(250,219,234); }

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