#FADBE7

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

Shades of Pig Pink #FADBE7

Tints of Pig Pink #FADBE7

Color information

#FADBE7 (or 0xFADBE7) is unknown color: approx Pig Pink. HEX triplet: FA, DB and E7. RGB value is (250,219,231). Sum of RGB (Red+Green+Blue) = 250+219+231=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 231 (90.62% from 255 or 33% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADBE7 is #052418. Grayscale: #E5E5E5. Windows color (decimal): -336921 or 15195130. OLE color: 15195130.

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

Color convert

RGB250219231-
CMYK00.120.080.02
HSL336.77º75.61%91.96%-
HSV(B)336.77º12.4%98.04%-
XYZ79.1876.7686.24-
YUV229.64128.77142.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 231 (90.62% from 255) = 33%
R=35.71%
G=31.29%
B=33%

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
Decimal25021923100.120.080.02336.7775.6191.96
HexFADBE70C821514c5c
Octal372333347014102521114134
Binary1111101011011011111001110110010001010101000110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADBE7; }

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

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

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

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

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

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

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

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