#FADBEB

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

Shades of Pig Pink #FADBEB

Tints of Pig Pink #FADBEB

Color information

#FADBEB (or 0xFADBEB) is unknown color: approx Pig Pink. HEX triplet: FA, DB and EB. RGB value is (250,219,235). Sum of RGB (Red+Green+Blue) = 250+219+235=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 235 (92.19% from 255 or 33.38% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBEB is #052414. Grayscale: #E6E6E6. Windows color (decimal): -336917 or 15457274. OLE color: 15457274.

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

Color convert

RGB250219235-
CMYK00.120.060.02
HSL329.03º75.61%91.96%-
HSV(B)329.03º12.4%98.04%-
XYZ79.7576.9989.25-
YUV230.09130.77142.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.51%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 235 (92.19% from 255) = 33.38%
R=35.51%
G=31.11%
B=33.38%

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
Decimal25021923500.120.060.02329.0375.6191.96
HexFADBEB0C621494c5c
Octal37233335301462511114134
Binary111110101101101111101011011001101010100100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBEB; }

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

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

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

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

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

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

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

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