#FADBE5

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

Shades of Pig Pink #FADBE5

Tints of Pig Pink #FADBE5

Color information

#FADBE5 (or 0xFADBE5) is unknown color: approx Pig Pink. HEX triplet: FA, DB and E5. RGB value is (250,219,229). Sum of RGB (Red+Green+Blue) = 250+219+229=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 229 (89.84% from 255 or 32.81% from 698); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE5 is #05241A. Grayscale: #E5E5E5. Windows color (decimal): -336923 or 15064058. OLE color: 15064058.

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

Color convert

RGB250219229-
CMYK00.120.080.02
HSL340.65º75.61%91.96%-
HSV(B)340.65º12.4%98.04%-
XYZ78.976.6484.76-
YUV229.41127.77142.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.82%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 229 (89.84% from 255) = 32.81%
R=35.82%
G=31.38%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021922900.120.080.02340.6575.6191.96
HexFADBE50C821554c5c
Octal372333345014102525114134
Binary1111101011011011111001010110010001010101010110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBE5; }

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

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

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

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

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

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

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

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